output
    Preparing search index...

    Type Alias StreamTextAiSdkOptions<Tools, OutputSpec>

    StreamTextAiSdkOptions: Omit<
        Parameters<typeof aiStreamText>[0],
        PromptOwnedTextOptions,
    >

    AI SDK options accepted by streamText, 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