Tool
ask_gcai_save_chat · Behavior Destructiveask_gcai chat into GC AI history and return a shareable deep link. API chats stay out of history until saved. Pass project_id to also file the chat into a project you can edit. Idempotent: saving a chat that is already saved (and already in that project) returns the same link with no side effects.
Input parameters
string (uuid)
required
The
chat_id of an API chat, from a completed ask_gcai result.string (uuid)
Optional project to file the chat into. You must have edit access to it.
Response
string (uuid)
string | null
string (uri)
Deep link to open the chat in GC AI.
string
string (uuid) | null
The project the chat is filed under, if any.