Skip to content

Commit c2beb2c

Browse files
chore(docs): regenerate api docs
1 parent 1d44b0b commit c2beb2c

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

apps/website/content/docs/ag-ui/api/api-docs.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"description": "",
3838
"optional": false
3939
},
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+
},
4046
{
4147
"name": "state",
4248
"type": "any",
@@ -135,12 +141,12 @@
135141
},
136142
{
137143
"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>",
139145
"description": "",
140146
"params": [
141147
{
142148
"name": "parameters",
143-
"type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>",
149+
"type": "RunAgentParameters<>",
144150
"description": "",
145151
"optional": true
146152
},
@@ -166,12 +172,12 @@
166172
},
167173
{
168174
"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>",
170176
"description": "",
171177
"params": [
172178
{
173179
"name": "config",
174-
"type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>",
180+
"type": "RunAgentParameters<>",
175181
"description": "",
176182
"optional": true
177183
}
@@ -242,12 +248,12 @@
242248
},
243249
{
244250
"name": "prepareRunAgentInput",
245-
"signature": "prepareRunAgentInput(parameters: Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>): object",
251+
"signature": "prepareRunAgentInput(parameters: RunAgentParameters<>): object",
246252
"description": "",
247253
"params": [
248254
{
249255
"name": "parameters",
250-
"type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>",
256+
"type": "RunAgentParameters<>",
251257
"description": "",
252258
"optional": true
253259
}
@@ -293,12 +299,12 @@
293299
},
294300
{
295301
"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>",
297303
"description": "",
298304
"params": [
299305
{
300306
"name": "parameters",
301-
"type": "Partial<Pick<object, \"runId\" | \"tools\" | \"context\" | \"forwardedProps\">>",
307+
"type": "RunAgentParameters<>",
302308
"description": "",
303309
"optional": true
304310
},

0 commit comments

Comments
 (0)