pub struct RunStepDetailsToolCallsCodeObject_CodeInterpreter {
pub input: String,
pub outputs: Vec<RunStepDetailsToolCallsCodeObject_CodeInterpreter_Outputs>,
}
Expand description
The Code Interpreter tool call definition.
Fields§
§input: String
The input to the Code Interpreter tool call.
outputs: Vec<RunStepDetailsToolCallsCodeObject_CodeInterpreter_Outputs>
The outputs from the Code Interpreter tool call.
Trait Implementations§
Source§impl Clone for RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl Clone for RunStepDetailsToolCallsCodeObject_CodeInterpreter
Source§fn clone(&self) -> RunStepDetailsToolCallsCodeObject_CodeInterpreter
fn clone(&self) -> RunStepDetailsToolCallsCodeObject_CodeInterpreter
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 RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl Default for RunStepDetailsToolCallsCodeObject_CodeInterpreter
Source§fn default() -> RunStepDetailsToolCallsCodeObject_CodeInterpreter
fn default() -> RunStepDetailsToolCallsCodeObject_CodeInterpreter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl RefUnwindSafe for RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl Send for RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl Sync for RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl Unpin for RunStepDetailsToolCallsCodeObject_CodeInterpreter
impl UnwindSafe for RunStepDetailsToolCallsCodeObject_CodeInterpreter
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