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