mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
[VSCE-157] Allow Link Formatting via Markdown in System Errors
This commit is contained in:
@@ -434,6 +434,7 @@ fn error_event_produces_error() {
|
||||
"e1",
|
||||
EventMsg::Error(codex_core::protocol::ErrorEvent {
|
||||
message: "boom".to_string(),
|
||||
markdown_message: None,
|
||||
}),
|
||||
));
|
||||
assert_eq!(
|
||||
@@ -469,6 +470,7 @@ fn error_followed_by_task_complete_produces_turn_failed() {
|
||||
"e1",
|
||||
EventMsg::Error(ErrorEvent {
|
||||
message: "boom".to_string(),
|
||||
markdown_message: None,
|
||||
}),
|
||||
);
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user