|
37 | 37 | "description": "", |
38 | 38 | "optional": false |
39 | 39 | }, |
| 40 | + { |
| 41 | + "name": "pendingInterrupts", |
| 42 | + "type": "object[]", |
| 43 | + "description": "Interrupts emitted by the most recent run that have not yet been resolved.\n Populated when RUN_FINISHED arrives with outcome.type === \"interrupt\".\n Cleared when a subsequent run completes successfully.", |
| 44 | + "optional": false |
| 45 | + }, |
40 | 46 | { |
41 | 47 | "name": "state", |
42 | 48 | "type": "any", |
|
135 | 141 | }, |
136 | 142 | { |
137 | 143 | "name": "connectAgent", |
138 | | - "signature": "connectAgent(parameters: Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>, subscriber: AgentSubscriber): Promise<RunAgentResult>", |
| 144 | + "signature": "connectAgent(parameters: RunAgentParameters<>, subscriber: AgentSubscriber): Promise<RunAgentResult>", |
139 | 145 | "description": "", |
140 | 146 | "params": [ |
141 | 147 | { |
142 | 148 | "name": "parameters", |
143 | | - "type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>", |
| 149 | + "type": "RunAgentParameters<>", |
144 | 150 | "description": "", |
145 | 151 | "optional": true |
146 | 152 | }, |
|
166 | 172 | }, |
167 | 173 | { |
168 | 174 | "name": "legacy_to_be_removed_runAgentBridged", |
169 | | - "signature": "legacy_to_be_removed_runAgentBridged(config: Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>): Observable<object | object | object | object | object | object | object | object | object | object>", |
| 175 | + "signature": "legacy_to_be_removed_runAgentBridged(config: RunAgentParameters<>): Observable<object | object | object | object | object | object | object | object | object | object>", |
170 | 176 | "description": "", |
171 | 177 | "params": [ |
172 | 178 | { |
173 | 179 | "name": "config", |
174 | | - "type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>", |
| 180 | + "type": "RunAgentParameters<>", |
175 | 181 | "description": "", |
176 | 182 | "optional": true |
177 | 183 | } |
|
242 | 248 | }, |
243 | 249 | { |
244 | 250 | "name": "prepareRunAgentInput", |
245 | | - "signature": "prepareRunAgentInput(parameters: Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>): object", |
| 251 | + "signature": "prepareRunAgentInput(parameters: RunAgentParameters<>): object", |
246 | 252 | "description": "", |
247 | 253 | "params": [ |
248 | 254 | { |
249 | 255 | "name": "parameters", |
250 | | - "type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>", |
| 256 | + "type": "RunAgentParameters<>", |
251 | 257 | "description": "", |
252 | 258 | "optional": true |
253 | 259 | } |
|
293 | 299 | }, |
294 | 300 | { |
295 | 301 | "name": "runAgent", |
296 | | - "signature": "runAgent(parameters: Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>, subscriber: AgentSubscriber): Promise<RunAgentResult>", |
| 302 | + "signature": "runAgent(parameters: RunAgentParameters<>, subscriber: AgentSubscriber): Promise<RunAgentResult>", |
297 | 303 | "description": "", |
298 | 304 | "params": [ |
299 | 305 | { |
300 | 306 | "name": "parameters", |
301 | | - "type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>", |
| 307 | + "type": "RunAgentParameters<>", |
302 | 308 | "description": "", |
303 | 309 | "optional": true |
304 | 310 | }, |
|
0 commit comments