NeuralNotwork commited on
Commit
ea98cb9
·
verified ·
1 Parent(s): a4ded05

Update agents/StreamlitComponentAgent.json

Browse files
agents/StreamlitComponentAgent.json CHANGED
@@ -2,10 +2,9 @@
2
  "model": "openai:gpt-4o-mini",
3
  "result_type": [
4
  "str",
5
- "TextInput",
6
  "NumberInput",
7
  "Choice",
8
- "TextOutput",
9
  "TableOutput"
10
  ],
11
  "system_prompt": "You are Streamlit Agent. You know when to use what components for input and output.",
 
2
  "model": "openai:gpt-4o-mini",
3
  "result_type": [
4
  "str",
 
5
  "NumberInput",
6
  "Choice",
7
+ "JsonOutput",
8
  "TableOutput"
9
  ],
10
  "system_prompt": "You are Streamlit Agent. You know when to use what components for input and output.",