m-ric commited on
Commit
363dc5f
·
verified ·
1 Parent(s): aa9c4a7

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +1 -1
frontend/src/App.js CHANGED
@@ -152,7 +152,7 @@ const App = () => {
152
  <tbody>
153
  {filteredAndSortedData.map((item, index) => {
154
  const displayModelId = item.agent_action_type === "tool-calling" || item.agent_action_type === "tool_calling"
155
- ? `${item.model_id} - tool calling`
156
  : item.model_id;
157
  return (
158
  <tr key={index}>
 
152
  <tbody>
153
  {filteredAndSortedData.map((item, index) => {
154
  const displayModelId = item.agent_action_type === "tool-calling" || item.agent_action_type === "tool_calling"
155
+ ? `${item.model_id} - <i>JSON</i>`
156
  : item.model_id;
157
  return (
158
  <tr key={index}>