InvokeAgentRuntimeResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional context information for distributed tracing.

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 trace identifier for request tracking.

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String