pub struct AiDENsRunOutput {
pub text: String,
pub receipt: RunReportV1,
pub turn_receipt: TurnReportV1,
pub tool_exposure: ToolExposureSetV1,
pub agency_policy_reports: Vec<AgencyPolicyReportV1>,
pub memory_grounding_receipts: Vec<String>,
pub durable_receipt_records: Vec<CanonicalEventLogEntry>,
}Fields§
§text: String§receipt: RunReportV1§turn_receipt: TurnReportV1§tool_exposure: ToolExposureSetV1§agency_policy_reports: Vec<AgencyPolicyReportV1>§memory_grounding_receipts: Vec<String>§durable_receipt_records: Vec<CanonicalEventLogEntry>Trait Implementations§
Source§impl Clone for AiDENsRunOutput
impl Clone for AiDENsRunOutput
Source§fn clone(&self) -> AiDENsRunOutput
fn clone(&self) -> AiDENsRunOutput
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 moreAuto Trait Implementations§
impl Freeze for AiDENsRunOutput
impl RefUnwindSafe for AiDENsRunOutput
impl Send for AiDENsRunOutput
impl Sync for AiDENsRunOutput
impl Unpin for AiDENsRunOutput
impl UnsafeUnpin for AiDENsRunOutput
impl UnwindSafe for AiDENsRunOutput
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