Skip to main content

AIGenerateResult

AIGenerateResult

Represents the result of an AI text generation operation.

Signature
type AIGenerateResult = Awaited<ReturnType<typeof generateText>>