pub struct RunStepDetailsToolCallsObject {
pub type: String,
pub tool_calls: Vec<RunStepDetailsToolCallsObject_ToolCalls>,
}Expand description
Details of the tool call.
Fields§
§type: StringAlways tool_calls.
tool_calls: Vec<RunStepDetailsToolCallsObject_ToolCalls>An array of tool calls the run step was involved in.
Trait Implementations§
Source§impl Clone for RunStepDetailsToolCallsObject
impl Clone for RunStepDetailsToolCallsObject
Source§fn clone(&self) -> RunStepDetailsToolCallsObject
fn clone(&self) -> RunStepDetailsToolCallsObject
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 RunStepDetailsToolCallsObject
impl RefUnwindSafe for RunStepDetailsToolCallsObject
impl Send for RunStepDetailsToolCallsObject
impl Sync for RunStepDetailsToolCallsObject
impl Unpin for RunStepDetailsToolCallsObject
impl UnwindSafe for RunStepDetailsToolCallsObject
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