MCPcopy Create free account
hub / github.com/chieapp/chie / getToolSelections

Method getToolSelections

src/controller/tool-manager.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 getToolSelections(): Selection[] {
30 return Object.values(this.#tools).map(tool => ({name: tool.displayName, value: tool.name}));
31 }
32
33 getToolCallDescription(call: ChatToolCall) {
34 const tool = this.#tools[call.name];

Callers 1

guiMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected