pub struct ChatCompletionRequestToolMessage {
pub content: ChatCompletionRequestToolMessage_Content,
pub tool_call_id: String,
}
Fields§
§content: ChatCompletionRequestToolMessage_Content
§tool_call_id: String
Tool call that this message is responding to.
Trait Implementations§
Source§impl Clone for ChatCompletionRequestToolMessage
impl Clone for ChatCompletionRequestToolMessage
Source§fn clone(&self) -> ChatCompletionRequestToolMessage
fn clone(&self) -> ChatCompletionRequestToolMessage
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 moreAuto Trait Implementations§
impl Freeze for ChatCompletionRequestToolMessage
impl RefUnwindSafe for ChatCompletionRequestToolMessage
impl Send for ChatCompletionRequestToolMessage
impl Sync for ChatCompletionRequestToolMessage
impl Unpin for ChatCompletionRequestToolMessage
impl UnwindSafe for ChatCompletionRequestToolMessage
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