(state: unknown)
| 145 | } |
| 146 | } |
| 147 | const 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`. */ |
| 151 | const versionState = (kbId: string) => ({ |
no outgoing calls
no test coverage detected