pub struct RunStepDeltaStepDetailsToolCallsObject {
pub type: String,
pub tool_calls: Option<Vec<RunStepDeltaStepDetailsToolCallsObject_ToolCalls>>,
}
Expand description
Details of the tool call.
Fields§
§type: String
Always tool_calls
.
tool_calls: Option<Vec<RunStepDeltaStepDetailsToolCallsObject_ToolCalls>>
An array of tool calls the run step was involved in.
Trait Implementations§
Source§impl Clone for RunStepDeltaStepDetailsToolCallsObject
impl Clone for RunStepDeltaStepDetailsToolCallsObject
Source§fn clone(&self) -> RunStepDeltaStepDetailsToolCallsObject
fn clone(&self) -> RunStepDeltaStepDetailsToolCallsObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RunStepDeltaStepDetailsToolCallsObject
impl Default for RunStepDeltaStepDetailsToolCallsObject
Source§fn default() -> RunStepDeltaStepDetailsToolCallsObject
fn default() -> RunStepDeltaStepDetailsToolCallsObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunStepDeltaStepDetailsToolCallsObject
impl RefUnwindSafe for RunStepDeltaStepDetailsToolCallsObject
impl Send for RunStepDeltaStepDetailsToolCallsObject
impl Sync for RunStepDeltaStepDetailsToolCallsObject
impl Unpin for RunStepDeltaStepDetailsToolCallsObject
impl UnwindSafe for RunStepDeltaStepDetailsToolCallsObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more