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

Function nestedKbValue

apps/sim/lib/workspaces/fork/copy/cleanup-failed.test.ts:147–148  ·  view source on GitHub ↗
(state: unknown)

Source from the content-addressed store, hash-verified

145 }
146}
147const nestedKbValue = (state: unknown) =>
148 (state as AgentStateBlocks).blocks['agent-1'].subBlocks.tools.value[0].params.knowledgeBaseId
149
150/** A serialized deployment-version state whose single block points its KB selector at `kbId`. */
151const versionState = (kbId: string) => ({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected