chore(sync): mirror docs from openclaw/openclaw@417b1c5507
This commit is contained in:
parent
5148fda2a4
commit
4d41428214
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "bb5e278f63bd6d5fcf99e8c4b79190feed43ae46",
|
||||
"syncedAt": "2026-04-25T06:54:09.141Z"
|
||||
"sha": "417b1c5507c6c0b52938a7309de7cf3d380d1090",
|
||||
"syncedAt": "2026-04-25T06:54:29.777Z"
|
||||
}
|
||||
|
||||
@ -642,6 +642,15 @@ openclaw googlemeet artifacts --conference-record conferenceRecords/abc123 --jso
|
||||
openclaw googlemeet attendance --conference-record conferenceRecords/abc123 --json
|
||||
```
|
||||
|
||||
Write a readable report:
|
||||
|
||||
```bash
|
||||
openclaw googlemeet artifacts --conference-record conferenceRecords/abc123 \
|
||||
--format markdown --output meet-artifacts.md
|
||||
openclaw googlemeet attendance --conference-record conferenceRecords/abc123 \
|
||||
--format markdown --output meet-attendance.md
|
||||
```
|
||||
|
||||
`artifacts` returns conference record metadata plus participant, recording,
|
||||
transcript, structured transcript-entry, and smart-note resource metadata when
|
||||
Google exposes it for the meeting. Use `--no-transcript-entries` to skip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user