pub struct RunStepDeltaStepDetailsToolCallsCodeObject {
pub index: i64,
pub id: String,
pub type: String,
pub code_interpreter: RunStepDeltaStepDetailsToolCallsCodeObject_CodeInterpreter,
}Expand description
Details of the Code Interpreter tool call the run step was involved in.
Fields§
§index: i64The index of the tool call in the tool calls array.
id: StringThe ID of the tool call.
type: StringThe type of tool call.
code_interpreter: RunStepDeltaStepDetailsToolCallsCodeObject_CodeInterpreterTrait Implementations§
Source§impl Clone for RunStepDeltaStepDetailsToolCallsCodeObject
impl Clone for RunStepDeltaStepDetailsToolCallsCodeObject
Source§fn clone(&self) -> RunStepDeltaStepDetailsToolCallsCodeObject
fn clone(&self) -> RunStepDeltaStepDetailsToolCallsCodeObject
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 RunStepDeltaStepDetailsToolCallsCodeObject
impl RefUnwindSafe for RunStepDeltaStepDetailsToolCallsCodeObject
impl Send for RunStepDeltaStepDetailsToolCallsCodeObject
impl Sync for RunStepDeltaStepDetailsToolCallsCodeObject
impl Unpin for RunStepDeltaStepDetailsToolCallsCodeObject
impl UnwindSafe for RunStepDeltaStepDetailsToolCallsCodeObject
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