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

Function tool

apps/sim/providers/litellm/index.test.ts:92–94  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

90}
91
92function tool(name: string) {
93 return { id: name, name, description: 'd', parameters: {} }
94}
95
96function run(request: Record<string, unknown>) {
97 return litellmProvider.executeRequest!({

Callers 1

index.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected