pub struct ConversationCreateRequest {
pub title: String,
pub agent_id: Option<String>,
}Expand description
Request body for creating a conversation.
Fields§
§title: String§agent_id: Option<String>Trait Implementations§
Source§impl Debug for ConversationCreateRequest
impl Debug for ConversationCreateRequest
Auto Trait Implementations§
impl Freeze for ConversationCreateRequest
impl RefUnwindSafe for ConversationCreateRequest
impl Send for ConversationCreateRequest
impl Sync for ConversationCreateRequest
impl Unpin for ConversationCreateRequest
impl UnsafeUnpin for ConversationCreateRequest
impl UnwindSafe for ConversationCreateRequest
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