langchain.js
    Preparing search index...

    Type Alias DynamicSystemPromptMiddlewareConfig<TContextSchema>

    DynamicSystemPromptMiddlewareConfig: (
        state: AgentBuiltInState,
        runtime: Runtime<TContextSchema>,
    ) => string | Promise<string>

    Type Parameters

    • TContextSchema

    Type Declaration