Skip to content
774 changes: 774 additions & 0 deletions clients/agent-runtime/src/channels/audio_media.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/agent-runtime/src/channels/discord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ mod tests {
assert_eq!(file_name.as_deref(), Some("photo.jpg"));
assert_eq!(*declared_bytes, Some(102_400));
}
ContentPart::Text { .. } => panic!("expected Image, got Text"),
other => panic!("expected Image, got {:?}", other),
}
}

Expand Down
Loading
Loading