Skip to content

resolveApplicationSystem

This content is not available in your language yet.

function resolveApplicationSystem(platform, system?): {
info: ApplicationPromptInfo;
system: IRSystemSegment[];
};

SDK/serve 共用的业务提示词选择器。旧 bundle 缺策略时使用 fallback。 prepend 下显式 [] 也保留平台段;无平台正文时照用 SDK 段。 只复制段,不自动裁决文本矛盾或按相似内容去重。

string

SystemPromptPolicy

readonly IRSystemSegment[]

{
info: ApplicationPromptInfo;
system: IRSystemSegment[];
}
info: ApplicationPromptInfo;
system: IRSystemSegment[];