Skip to content

Commit 7d79347

Browse files
docs: regenerate API documentation (#470)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 609567b commit 7d79347

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/classes/ToolCallManager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Add a TOOL_CALL_START event to begin tracking a tool call (AG-UI)
113113
clear(): void;
114114
```
115115

116-
Defined in: [activities/chat/tools/tool-calls.ts:256](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L256)
116+
Defined in: [activities/chat/tools/tool-calls.ts:260](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L260)
117117

118118
Clear the tool calls map for the next iteration
119119

@@ -155,7 +155,7 @@ executeTools(finishEvent): AsyncGenerator<ToolCallEndEvent, ModelMessage<
155155
| null>[], void>;
156156
```
157157

158-
Defined in: [activities/chat/tools/tool-calls.ts:158](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L158)
158+
Defined in: [activities/chat/tools/tool-calls.ts:161](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L161)
159159

160160
Execute all tool calls and return tool result messages
161161
Yields TOOL_CALL_END events for streaming
@@ -183,7 +183,7 @@ RUN_FINISHED event from the stream
183183
getToolCalls(): ToolCall[];
184184
```
185185

186-
Defined in: [activities/chat/tools/tool-calls.ts:147](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L147)
186+
Defined in: [activities/chat/tools/tool-calls.ts:150](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L150)
187187

188188
Get all complete tool calls (filtered for valid ID and name)
189189

@@ -199,7 +199,7 @@ Get all complete tool calls (filtered for valid ID and name)
199199
hasToolCalls(): boolean;
200200
```
201201

202-
Defined in: [activities/chat/tools/tool-calls.ts:140](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L140)
202+
Defined in: [activities/chat/tools/tool-calls.ts:143](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/tools/tool-calls.ts#L143)
203203

204204
Check if there are any complete tool calls to execute
205205

0 commit comments

Comments
 (0)