This commit is contained in:
Ahmed Ibrahim
2025-08-11 00:11:30 -07:00
parent c6cfdf705c
commit 3b90ca959b
5 changed files with 9 additions and 15 deletions

View File

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