AAI SDK
    Preparing search index...

    Type Alias SharedAgentParams<S>

    SharedAgentParams: Omit<
        AgentDef<S>,
        DefaultedAgentField | PipelineOnlyField | ProviderField,
    > & Partial<Pick<AgentDef<S>, DefaultedAgentField>> & { system?: string }

    Fields shared by both session modes: everything on AgentDef minus the providers and the pipeline-only tuning knobs, plus the authoring conveniences.

    Type Parameters

    Type Declaration

    • Optionalsystem?: string

      Alias of systemPrompt (the Vercel AI SDK's field name).