Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
function
tool(name: string) {
93
return
{ id: name, name, description:
'd'
, parameters: {} }
94
}
95
96
function
run(request: Record<string, unknown>) {
97
return
litellmProvider.executeRequest!({
Callers
1
index.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected