You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/functions/chat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ title: chat
9
9
function chat<TAdapter, TSchema, TStream>(options):TextActivityResult<TSchema, TStream>;
10
10
```
11
11
12
-
Defined in: [packages/typescript/ai/src/activities/chat/index.ts:2120](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/index.ts#L2120)
12
+
Defined in: [packages/typescript/ai/src/activities/chat/index.ts:2385](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/index.ts#L2385)
13
13
14
14
Text activity - handles agentic text generation, one-shot text generation, and agentic structured output.
0 commit comments