mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 16:12:13 +00:00
feat(openai): add default prompt overlay
This commit is contained in:
@@ -2000,6 +2000,10 @@ export type PluginHookAgentContext = {
|
||||
sessionKey?: string;
|
||||
sessionId?: string;
|
||||
workspaceDir?: string;
|
||||
/** Resolved model provider for this run (for example "openai"). */
|
||||
modelProviderId?: string;
|
||||
/** Resolved model id for this run (for example "gpt-5.4"). */
|
||||
modelId?: string;
|
||||
messageProvider?: string;
|
||||
/** What initiated this agent run: "user", "heartbeat", "cron", or "memory". */
|
||||
trigger?: string;
|
||||
|
||||
Reference in New Issue
Block a user