refactoring
different default system prompts for cli and audio
This commit is contained in:
@@ -11,6 +11,8 @@ use rmcp::ErrorData;
|
||||
use rmcp::model::ErrorCode;
|
||||
use thiserror::Error;
|
||||
use tower_http::auth::AddAuthorization;
|
||||
use tracing::event;
|
||||
use tracing::Level;
|
||||
use uuid::Uuid;
|
||||
|
||||
pub(crate) type AuthorizedCaldavClient =
|
||||
@@ -111,7 +113,7 @@ pub(crate) async fn upload_components(
|
||||
calendar: &FoundCollection,
|
||||
components: Vec<impl Into<CalendarComponent>>,
|
||||
) -> Result<PutResourceResponse, CalendarError> {
|
||||
println!("uploading components to {}", calendar.href);
|
||||
event!(Level::INFO, "uploading components to {}", calendar.href);
|
||||
let mut upload_calendar = Calendar::new();
|
||||
|
||||
for todo in components {
|
||||
|
||||
Reference in New Issue
Block a user