mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
feat(agents): add tool-free isolated completion (#114343)
* feat: add isolated pure-inference completion * fix(google): block ambient system prompt writes * docs: refresh generated map
This commit is contained in:
@@ -67,6 +67,10 @@ function createRuntime(): PluginRuntime {
|
||||
model: "gpt-5.4-mini",
|
||||
agentId: "service-bot",
|
||||
usage: {},
|
||||
execution: {
|
||||
mode: "direct-provider",
|
||||
owner: { kind: "provider", id: "openai" },
|
||||
},
|
||||
audit: {
|
||||
caller: { kind: "plugin", id: "clickclack" },
|
||||
},
|
||||
@@ -291,6 +295,10 @@ describe("handleClickClackInbound", () => {
|
||||
model: "gpt-5.4-mini",
|
||||
agentId: "service-bot",
|
||||
usage: {},
|
||||
execution: {
|
||||
mode: "direct-provider",
|
||||
owner: { kind: "provider", id: "openai" },
|
||||
},
|
||||
audit: { caller: { kind: "plugin", id: "clickclack" } },
|
||||
});
|
||||
setClickClackRuntime(runtime);
|
||||
|
||||
Reference in New Issue
Block a user