Skip to main content
Version: 1.2

AIGenerateResult

AIGenerateResult

Represents the result of an AI text generation operation.

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