mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 07:31:44 +00:00
docs(agents): update steering semantics
This commit is contained in:
@@ -226,7 +226,8 @@ function createYieldAbortedResponse(model: { api?: string; provider?: string; id
|
||||
};
|
||||
}
|
||||
|
||||
// Queue a hidden steering message so pi-agent-core skips any remaining tool calls.
|
||||
// Queue a hidden steering message so pi-agent-core injects it before the next
|
||||
// LLM call once the current assistant turn finishes executing its tool calls.
|
||||
function queueSessionsYieldInterruptMessage(activeSession: {
|
||||
agent: { steer: (message: AgentMessage) => void };
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user