pub struct OpenAiCompletionDetails {
pub reasoning_tokens: i32,
}Fields§
§reasoning_tokens: i32Trait Implementations§
Source§impl DeJson for OpenAiCompletionDetails
impl DeJson for OpenAiCompletionDetails
Auto Trait Implementations§
impl Freeze for OpenAiCompletionDetails
impl RefUnwindSafe for OpenAiCompletionDetails
impl Send for OpenAiCompletionDetails
impl Sync for OpenAiCompletionDetails
impl Unpin for OpenAiCompletionDetails
impl UnwindSafe for OpenAiCompletionDetails
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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