output
    Preparing search index...

    Type Alias GenerateTextAiSdkOptions<Tools, OutputSpec>

    GenerateTextAiSdkOptions: Omit<
        Parameters<typeof aiGenerateText>[0],
        PromptOwnedTextOptions,
    >

    AI SDK options accepted by generateText, with prompt-owned fields supplied by Output prompt files.

    Type Parameters

    • Tools extends ToolSet = ToolSet

      The tools available for the model to call

    • OutputSpec extends AnyAiOutput = AnyAiOutput