ToolCallSuggestion

Structured wrapper that pairs tool execution details with strongly-typed citations.

JSON representation
{
  "toolCallInfo": {
    object (ToolCallInfo)
  },
  "textUpdate": string
}
Fields
toolCallInfo

object (ToolCallInfo)

Optional. Tool execution request/response details.

textUpdate

string

Optional. The conversational text update generated by the agent accompanying this tool call (e.g. "The status of your order 12345 is currently being retrieved..."). This is a status update emitted alongside in-flight tool execution and is not accumulated into the final response.