pub struct ChatRetrieveRequest {
pub completion_id: String,
pub extra_query: HashMap<String, String>,
}Expand description
Get a stored chat completion.
Only Chat Completions that have been created with
the store parameter set to true will be returned.
Fields§
§completion_id: String§extra_query: HashMap<String, String>Trait Implementations§
Source§impl Get for ChatRetrieveRequest
impl Get for ChatRetrieveRequest
Source§impl GetNoStream for ChatRetrieveRequest
impl GetNoStream for ChatRetrieveRequest
Auto Trait Implementations§
impl Freeze for ChatRetrieveRequest
impl RefUnwindSafe for ChatRetrieveRequest
impl Send for ChatRetrieveRequest
impl Sync for ChatRetrieveRequest
impl Unpin for ChatRetrieveRequest
impl UnwindSafe for ChatRetrieveRequest
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