pub struct RunStepDeltaStepDetailsToolCallsCodeObject {
pub index: i64,
pub id: Option<String>,
pub type: String,
pub code_interpreter: Option<RunStepDeltaStepDetailsToolCallsCodeObject_CodeInterpreter>,
}
Expand description
Details of the Code Interpreter tool call the run step was involved in.
Fields§
§index: i64
The index of the tool call in the tool calls array.
id: Option<String>
The ID of the tool call.
type: String
The type of tool call.
code_interpreter: Option<RunStepDeltaStepDetailsToolCallsCodeObject_CodeInterpreter>
Trait 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 moreSource§impl Default for RunStepDeltaStepDetailsToolCallsCodeObject
impl Default for RunStepDeltaStepDetailsToolCallsCodeObject
Source§fn default() -> RunStepDeltaStepDetailsToolCallsCodeObject
fn default() -> RunStepDeltaStepDetailsToolCallsCodeObject
Returns the “default value” for a type. Read more
Auto 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