Custom Tool Call Item
@Serializable
A call to the apply_patch custom tool, which takes free-form input instead of JSON arguments.
Constructors
Link copied to clipboard
constructor(callId: String, name: String, input: String, id: String? = null, status: ResponseStatus? = null)
Properties
Link copied to clipboard
Identifier pairing the call with its CustomToolCallOutputItem.
Link copied to clipboard
Generation state of the item; null on an item the caller built.