NeuralNotwork commited on
Commit
8de5b84
·
verified ·
1 Parent(s): 85b176e

Update Agent.json

Browse files
Files changed (1) hide show
  1. agents/Agent.json +22 -1
agents/Agent.json CHANGED
@@ -1 +1,22 @@
1
- {"model":"openai:gpt-4o","result_type":["str"],"system_prompt":"You are a helpful assistant.","name":"Agent","model_settings":{"temperature":1.0,"top_p":1.0},"retries":1,"result_tool_name":"final_result","result_tool_description":null,"result_retries":1,"known_tools":[],"hf_tools":[],"mcp_servers":[],"defer_model_check":false,"end_strategy":"early","config_version":"0.0.1"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "openai:gpt-4o",
3
+ "result_type": [
4
+ "str"
5
+ ],
6
+ "system_prompt": "You are a helpful assistant.",
7
+ "name": "Agent",
8
+ "model_settings": {
9
+ "temperature": 1.0,
10
+ "top_p": 1.0
11
+ },
12
+ "retries": 1,
13
+ "result_tool_name": "final_result",
14
+ "result_tool_description": null,
15
+ "result_retries": 1,
16
+ "known_tools": [],
17
+ "hf_tools": [],
18
+ "mcp_servers": [],
19
+ "defer_model_check": false,
20
+ "end_strategy": "early",
21
+ "config_version": "0.0.1"
22
+ }