MCPcopy Index your code
hub / github.com/coder/coder / Info

Method Info

coderd/x/chatd/dynamictool.go:66–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (t *dynamicTool) Info() fantasy.ToolInfo {
67 return fantasy.ToolInfo{
68 Name: t.name,
69 Description: t.description,
70 Parameters: t.parameters,
71 Required: t.required,
72 }
73}
74
75func (*dynamicTool) Run(_ context.Context, _ fantasy.ToolCall) (fantasy.ToolResponse, error) {
76 // Dynamic tools are never executed by the chatloop. If this

Callers 15

SeedAIProvidersFromEnvFunction · 0.45
postFileMethod · 0.45
TestWorkspaceWatcherFunction · 0.45
putExtendWorkspaceMethod · 0.45
workspaceAgentReinitMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls