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