Skip to content

feat: expose CopilotToolNames for chip-service routing#48

Merged
bobby-smedley merged 1 commit intobot/mainfrom
fix/expose-copilot-tool-names
Apr 7, 2026
Merged

feat: expose CopilotToolNames for chip-service routing#48
bobby-smedley merged 1 commit intobot/mainfrom
fix/expose-copilot-tool-names

Conversation

@bobby-smedley
Copy link
Copy Markdown
Contributor

Summary

Adds CopilotToolNames slice to pkg/tools/register.go listing tool names that should be routed to the copilot service (discover_data_assets, discover_business_glossary).

Why

chip-service needs to know which tools route to the copilot backend vs the standard DGC API. Previously it called tools.NewAskDadTool() to get the name, but those constructors no longer exist after the sub-package restructure. This exposes the names cleanly without requiring chip-service to import individual sub-packages.

Test plan

  • go build ./... passes

@bobby-smedley bobby-smedley requested a review from a team as a code owner April 7, 2026 14:28
@svc-snyk-github-jira
Copy link
Copy Markdown

svc-snyk-github-jira commented Apr 7, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@bobby-smedley bobby-smedley merged commit 9e7148b into bot/main Apr 7, 2026
4 checks passed
@bobby-smedley bobby-smedley deleted the fix/expose-copilot-tool-names branch April 7, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants