Spaces:
No application file
No application file
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 |
-
"
|
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.",
|