pub struct MessageToolCallCustom {
pub input: String,
pub name: String,
}
Fields§
§input: String
The input for the custom tool call generated by the model.
name: String
The name of the custom tool to call.
Trait Implementations§
Source§impl Debug for MessageToolCallCustom
impl Debug for MessageToolCallCustom
Source§impl<'de> Deserialize<'de> for MessageToolCallCustom
impl<'de> Deserialize<'de> for MessageToolCallCustom
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 MessageToolCallCustom
impl RefUnwindSafe for MessageToolCallCustom
impl Send for MessageToolCallCustom
impl Sync for MessageToolCallCustom
impl Unpin for MessageToolCallCustom
impl UnwindSafe for MessageToolCallCustom
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