ToolResultStructuredContent

Contains structured content from a tool result.

Types

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

Properties

Link copied to clipboard

The execution time of the tool operation in milliseconds.

Link copied to clipboard

The exit code from the tool execution.

Link copied to clipboard

The standard error output from the tool execution.

Link copied to clipboard

The standard output from the tool execution.

Link copied to clipboard

The identifier of the task that produced the result.

Link copied to clipboard

The status of the task that produced the result.

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