We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a47960 commit e832506Copy full SHA for e832506
1 file changed
docs/reference/functions/chat.md
@@ -9,7 +9,7 @@ title: chat
9
function chat<TAdapter, TSchema, TStream>(options): TextActivityResult<TSchema, TStream>;
10
```
11
12
-Defined in: [activities/chat/index.ts:1341](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/index.ts#L1341)
+Defined in: [activities/chat/index.ts:1373](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/chat/index.ts#L1373)
13
14
Text activity - handles agentic text generation, one-shot text generation, and agentic structured output.
15
0 commit comments