pub struct CustomToolCallMatch {
pub function_name: String,
pub arguments: Value,
pub cleaned_content: String,
pub raw_match: String,
}Expand description
Represents a detected custom tool call format
Fields§
§function_name: String§arguments: Value§cleaned_content: String§raw_match: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CustomToolCallMatch
impl RefUnwindSafe for CustomToolCallMatch
impl Send for CustomToolCallMatch
impl Sync for CustomToolCallMatch
impl Unpin for CustomToolCallMatch
impl UnwindSafe for CustomToolCallMatch
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