RetrievalTool

@Serializable
@SerialName(value = "retrieval")
data class RetrievalTool(val id: ToolCallStepId, val retrieval: Map<String, String>) : ToolCallStep

Constructors

Link copied to clipboard
constructor(id: ToolCallStepId, retrieval: Map<String, String>)

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: ToolCallStepId

The ID of the tool call object.

Link copied to clipboard
@SerialName(value = "retrieval")
val retrieval: Map<String, String>

For now, this is always going to be an empty object.