File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const AgentEvents = () => {
111111 let toolName = event . tool_name ;
112112
113113 if ( event . mcp_name ) {
114- toolName += ` ${ [ event . mcp_name , "MCP tool" ]
114+ toolName += ` ( ${ [ event . mcp_name , "MCP tool" ]
115115 . filter ( Boolean )
116116 . join ( " " ) } )`;
117117 }
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export const IncidentMetaData = () => {
104104 </ s . DividerContainer >
105105 < s . Attribute >
106106 < s . AttributeLabel > Status:</ s . AttributeLabel >
107- < s . AttributeValue > { data . status } </ s . AttributeValue >
107+ < s . StatusAttributeValue > { data . status } </ s . StatusAttributeValue >
108108 </ s . Attribute >
109109 </ s . AttributesList >
110110 { data . status === "pending" && (
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export const AgentChat = ({
101101 let toolName = event . tool_name ;
102102
103103 if ( event . mcp_name ) {
104- toolName += ` ${ [ event . mcp_name , "MCP tool" ]
104+ toolName += ` ( ${ [ event . mcp_name , "MCP tool" ]
105105 . filter ( Boolean )
106106 . join ( " " ) } )`;
107107 }
You can’t perform that action at this time.
0 commit comments