Skip to main content

reply_attachment

Function reply_attachment 

Source
pub fn reply_attachment(
    tool: &str,
    success: bool,
    output: &str,
) -> Option<ReplyAttachment>
Expand description

The attachment a successful CHAT_ATTACH_TOOL call reports: its output is {"attached": {...}, ...}. Anything else is None.