struct

AI::OpenAI::Responses::OngoingToolCall

Inherits Struct < Value < Object

Ongoing tool call state for streaming

Constructors

new(tool_name : String, tool_call_id : String, container_id : String | Nil = nil, apply_patch_has_diff : Bool = false, apply_patch_end_emitted : Bool = false)
Source

Instance methods

apply_patch_end_emitted=(apply_patch_end_emitted : Bool)
Source
apply_patch_end_emitted?
Source
apply_patch_has_diff=(apply_patch_has_diff : Bool)
Source
apply_patch_has_diff?
Source
container_id
Source
container_id=(container_id : String | Nil)
Source
tool_call_id
Source
tool_call_id=(tool_call_id : String)
Source
tool_name
Source
tool_name=(tool_name : String)
Source