You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/google-meet/openclaw.plugin.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,10 @@
108
108
"label": "Realtime Instructions",
109
109
"advanced": true
110
110
},
111
+
"realtime.introMessage": {
112
+
"label": "Realtime Intro Message",
113
+
"help": "Spoken once when the realtime bridge is ready. Set to an empty string to join silently."
114
+
},
111
115
"realtime.toolPolicy": {
112
116
"label": "Realtime Tool Policy",
113
117
"help": "Safe read-only tools are available by default; owner requests can unlock broader tools.",
@@ -312,6 +316,10 @@
312
316
"type": "string",
313
317
"default": "You are joining a private Google Meet as an OpenClaw agent. Keep spoken replies brief and natural. When a question needs deeper reasoning, current information, or tools, call openclaw_agent_consult before answering."
exportconstDEFAULT_GOOGLE_MEET_REALTIME_INSTRUCTIONS=`You are joining a private Google Meet as an OpenClaw agent. Keep spoken replies brief and natural. When a question needs deeper reasoning, current information, or tools, call ${REALTIME_VOICE_AGENT_CONSULT_TOOL_NAME} before answering.`;
103
+
exportconstDEFAULT_GOOGLE_MEET_REALTIME_INTRO_MESSAGE="Say exactly: I'm here and listening.";
0 commit comments