chore(sync): mirror docs from openclaw/openclaw@d5e6abcb3d
This commit is contained in:
parent
33105b9773
commit
e5ae3fdce1
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "98e7242b536f678c1b40bfe11f6131e809516673",
|
||||
"syncedAt": "2026-04-27T07:36:21.377Z"
|
||||
"sha": "d5e6abcb3d22c5fb96869e916059163928dba718",
|
||||
"syncedAt": "2026-04-27T07:38:03.611Z"
|
||||
}
|
||||
|
||||
@ -897,6 +897,8 @@ Defaults:
|
||||
`openclaw_agent_consult` for deeper answers
|
||||
- `realtime.introMessage`: short spoken readiness check when the realtime bridge
|
||||
connects; set it to `""` to join silently
|
||||
- `realtime.agentId`: optional OpenClaw agent id for
|
||||
`openclaw_agent_consult`; defaults to `main`
|
||||
|
||||
Optional overrides:
|
||||
|
||||
@ -915,6 +917,7 @@ Optional overrides:
|
||||
},
|
||||
realtime: {
|
||||
provider: "google",
|
||||
agentId: "jay",
|
||||
toolPolicy: "owner",
|
||||
introMessage: "Say exactly: I'm here.",
|
||||
providers: {
|
||||
@ -1001,6 +1004,10 @@ meeting transcript context and returns a concise spoken answer to the realtime
|
||||
voice session. The voice model can then speak that answer back into the meeting.
|
||||
It uses the same shared realtime consult tool as Voice Call.
|
||||
|
||||
By default, consults run against the `main` agent. Set `realtime.agentId` when a
|
||||
Meet lane should consult a dedicated OpenClaw agent workspace, model defaults,
|
||||
tool policy, memory, and session history.
|
||||
|
||||
`realtime.toolPolicy` controls the consult run:
|
||||
|
||||
- `safe-read-only`: expose the consult tool and limit the regular agent to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user