This commit is contained in:
Ahmed Ibrahim
2025-08-11 00:10:08 -07:00
parent 622a84f4ba
commit c6cfdf705c
11 changed files with 132 additions and 123 deletions

View File

@@ -62,7 +62,7 @@ pub(crate) async fn handle_send_message(
.send_response_with_optional_error(
id,
Some(ToolCallResponseResult::ConversationSendMessage(
ConversationSendMessageResult::Error { message: e },
ConversationSendMessageResult::Error { message: e.to_string() },
)),
Some(true),
)