refactor: unify system prompt runtime params
This commit is contained in:
@@ -23,6 +23,7 @@ export function buildEmbeddedSystemPrompt(params: {
|
||||
/** Controls which hardcoded sections to include. Defaults to "full". */
|
||||
promptMode?: PromptMode;
|
||||
runtimeInfo: {
|
||||
agentId?: string;
|
||||
host: string;
|
||||
os: string;
|
||||
arch: string;
|
||||
|
||||
Reference in New Issue
Block a user