ToolCallsDetails

data class ToolCallsDetails(val toolCalls: List<ToolCall>) : RunStep.Details

Contains the list of all tool calls made during a run step.

Constructors

Link copied to clipboard
constructor(toolCalls: List<ToolCall>)

Properties

Link copied to clipboard

All tool calls made during this step.

Link copied to clipboard
open override val type: RunStep.Type

The type of data stored by this step. This will match RunStep.type.