MCPcopy Index your code
hub / github.com/simstudioai/sim / makeTool

Function makeTool

apps/sim/providers/vllm/index.test.ts:99–107  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

97}
98
99function makeTool(id: string): ProviderToolConfig {
100 return {
101 id,
102 name: id,
103 description: '',
104 params: {},
105 parameters: { type: 'object', properties: {}, required: [] },
106 }
107}
108
109const toolCall = (id: string, name: string, args = '{}'): ToolCall => ({
110 id,

Callers 1

index.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected