Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/07-reference/01-ai-sdk-core/01-generate-text.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ To see `generateText` in action, check out [these examples](#examples).
parameters: [
{
name: 'finishReason',
type: '"stop" | "length" | "content-filter" | "tool-calls" | "error" | "other",
type: '"stop" | "length" | "content-filter" | "tool-calls" | "error" | "other"',
description:
'The reason the model finished generating the text for the step.',
},
Expand Down Expand Up @@ -1122,7 +1122,7 @@ To see `generateText` in action, check out [these examples](#examples).
parameters: [
{
name: 'finishReason',
type: '"stop" | "length" | "content-filter" | "tool-calls" | "error" | "other",
type: '"stop" | "length" | "content-filter" | "tool-calls" | "error" | "other"',
description: 'The reason the model finished generating the text.',
},
{
Expand Down
Loading