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. tools is accepted separately as CompatibleToolSet to support third-party tool packages.

    Type Parameters

    • Tools extends ToolSet = ToolSet

      The tools available for the model to call

    • OutputSpec extends AnyAiOutput = AnyAiOutput