pub struct RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter {
pub input: Option<String>,
pub outputs: Option<Vec<Value>>,
}
Fields§
§input: Option<String>
The input to the Code Interpreter tool call.
outputs: Option<Vec<Value>>
The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including text (logs
) or images (image
). Each of these are represented by a different object type.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
impl RefUnwindSafe for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
impl Send for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
impl Sync for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
impl Unpin for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
impl UnwindSafe for RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter
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