pub struct FusionFollowUpRecommendation {
pub compaction_turn: FusionFollowUpAction,
pub user_turn: FusionFollowUpAction,
}Expand description
Durable server recommendation for subsequent HydraFusion turns.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§compaction_turn: FusionFollowUpActionRecommended routing action for the next compaction turn.
user_turn: FusionFollowUpActionRecommended routing action for the next user-message turn.
Trait Implementations§
Source§impl Clone for FusionFollowUpRecommendation
impl Clone for FusionFollowUpRecommendation
Source§fn clone(&self) -> FusionFollowUpRecommendation
fn clone(&self) -> FusionFollowUpRecommendation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FusionFollowUpRecommendation
impl Debug for FusionFollowUpRecommendation
Source§impl Default for FusionFollowUpRecommendation
impl Default for FusionFollowUpRecommendation
Source§fn default() -> FusionFollowUpRecommendation
fn default() -> FusionFollowUpRecommendation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FusionFollowUpRecommendation
impl<'de> Deserialize<'de> for FusionFollowUpRecommendation
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
Auto Trait Implementations§
impl Freeze for FusionFollowUpRecommendation
impl RefUnwindSafe for FusionFollowUpRecommendation
impl Send for FusionFollowUpRecommendation
impl Sync for FusionFollowUpRecommendation
impl Unpin for FusionFollowUpRecommendation
impl UnsafeUnpin for FusionFollowUpRecommendation
impl UnwindSafe for FusionFollowUpRecommendation
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