Strands Agents Typescript SDK
    Preparing search index...

    Type Alias SystemPromptData

    SystemPromptData: string | SystemContentBlockData[]

    Data representation of a system prompt. Can be a simple string or an array of system content block data for advanced caching.

    This is the data interface counterpart to SystemPrompt, following the Data pattern.