diff --git a/backend/zeno_backend/instance_views/openai-chat-markdown.json b/backend/zeno_backend/instance_views/openai-chat-markdown.json new file mode 100644 index 00000000..8acc004c --- /dev/null +++ b/backend/zeno_backend/instance_views/openai-chat-markdown.json @@ -0,0 +1,22 @@ +{ + "data": { + "type": "list", + "elements": { + "type": "message", + "content": { + "type": "markdown" + } + }, + "collapsible": "top" + }, + "label": { "type": "markdown" }, + "output": { + "type": "message", + "plain": true, + "role": "assistant", + "highlight": true, + "content": { + "type": "markdown" + } + } +} diff --git a/backend/zeno_backend/instance_views/openai-chat.json b/backend/zeno_backend/instance_views/openai-chat.json new file mode 100644 index 00000000..034dde04 --- /dev/null +++ b/backend/zeno_backend/instance_views/openai-chat.json @@ -0,0 +1,22 @@ +{ + "data": { + "type": "list", + "elements": { + "type": "message", + "content": { + "type": "text" + } + }, + "collapsible": "top" + }, + "label": { "type": "text" }, + "output": { + "type": "message", + "plain": true, + "role": "assistant", + "highlight": true, + "content": { + "type": "text" + } + } +}