mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
fmt
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user