pub struct RunStepDeltaStepDetailsToolCallsObject {
pub type: String,
pub tool_calls: Vec<RunStepDeltaStepDetailsToolCallsObject_ToolCalls>,
}Expand description
Details of the tool call.
Fields§
§type: StringAlways tool_calls.
tool_calls: 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 copy 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 moreAuto 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