pub struct GetRunStepQueryArgs { /* private fields */ }Available on crate feature
assistant-types only.Expand description
Builder for GetRunStepQuery.
Implementations§
Source§impl GetRunStepQueryArgs
impl GetRunStepQueryArgs
Sourcepub fn include<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn include<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
A list of additional fields to include in the response. Currently the only supported value is step_details.tool_calls[*].file_search.results[*].content to fetch the file search result content.
Sourcepub fn build(&self) -> Result<GetRunStepQuery, OpenAIError>
pub fn build(&self) -> Result<GetRunStepQuery, OpenAIError>
Trait Implementations§
Source§impl Clone for GetRunStepQueryArgs
impl Clone for GetRunStepQueryArgs
Source§fn clone(&self) -> GetRunStepQueryArgs
fn clone(&self) -> GetRunStepQueryArgs
Returns a duplicate 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 moreSource§impl Debug for GetRunStepQueryArgs
impl Debug for GetRunStepQueryArgs
Auto Trait Implementations§
impl Freeze for GetRunStepQueryArgs
impl RefUnwindSafe for GetRunStepQueryArgs
impl Send for GetRunStepQueryArgs
impl Sync for GetRunStepQueryArgs
impl Unpin for GetRunStepQueryArgs
impl UnwindSafe for GetRunStepQueryArgs
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