InvokeAgentRuntimeResponse
Types
Properties
Link copied to clipboard
The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.
Link copied to clipboard
The version of the MCP protocol being used.
Link copied to clipboard
The identifier of the MCP session.
Link copied to clipboard
The response data from the agent runtime. The format of this data depends on the specific agent configuration and the requested accept type. For most agents, this is a JSON object containing the agent's response to the user's request.
Link copied to clipboard
The identifier of the runtime session.
Link copied to clipboard
The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.
Link copied to clipboard
The parent trace information for distributed tracing.
Link copied to clipboard
The trace state information for distributed tracing.
Functions
Link copied to clipboard
inline fun copy(block: InvokeAgentRuntimeResponse.Builder.() -> Unit = {}): InvokeAgentRuntimeResponse