How the runner wants the system prompt's outputFormat section to look. Passed to PromptManager.buildWith() when the runner is set.

interface RunnerPromptFormat {
    sectionOverrides: common.apis.cortex.SectionOverrides;
}

Properties

Properties