pub struct SubmitToolOuputsToRunParams {
pub thread_id: String,
pub run_id: String,
}
Fields§
§thread_id: String
The ID of the thread to which this run belongs.
run_id: String
The ID of the run that requires the tool output submission.
Implementations§
Trait Implementations§
Source§impl Clone for SubmitToolOuputsToRunParams
impl Clone for SubmitToolOuputsToRunParams
Source§fn clone(&self) -> SubmitToolOuputsToRunParams
fn clone(&self) -> SubmitToolOuputsToRunParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SubmitToolOuputsToRunParams
impl Debug for SubmitToolOuputsToRunParams
Source§impl<'de> Deserialize<'de> for SubmitToolOuputsToRunParams
impl<'de> Deserialize<'de> for SubmitToolOuputsToRunParams
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
Source§impl PartialEq for SubmitToolOuputsToRunParams
impl PartialEq for SubmitToolOuputsToRunParams
Source§fn eq(&self, other: &SubmitToolOuputsToRunParams) -> bool
fn eq(&self, other: &SubmitToolOuputsToRunParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SubmitToolOuputsToRunParams
Auto Trait Implementations§
impl Freeze for SubmitToolOuputsToRunParams
impl RefUnwindSafe for SubmitToolOuputsToRunParams
impl Send for SubmitToolOuputsToRunParams
impl Sync for SubmitToolOuputsToRunParams
impl Unpin for SubmitToolOuputsToRunParams
impl UnwindSafe for SubmitToolOuputsToRunParams
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