pub struct RunStepDeltaStepDetailsToolCallsFunctionObjectFunction {
pub arguments: Option<String>,
pub name: Option<String>,
pub output: Option<String>,
}
Fields§
§arguments: Option<String>
The arguments passed to the function.
name: Option<String>
The name of the function.
output: Option<String>
The output of the function. This will be null
if the outputs have not been submitted yet.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
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 RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
impl RefUnwindSafe for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
impl Send for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
impl Sync for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
impl Unpin for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
impl UnwindSafe for RunStepDeltaStepDetailsToolCallsFunctionObjectFunction
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