File size: 548 Bytes
8de5b84
9fbf822
8de5b84
e481341
 
 
8de5b84
 
 
 
 
 
 
 
 
 
 
579c3db
 
 
333c319
 
 
8de5b84
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "model": "openai:gpt-4o-mini",
  "result_type": [
    "str",
    "bool",
    "MyModel"
  ],
  "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": [
    "get_st_secrets"
  ],
  "hf_tools": [
    "NeuralNotwork/get-time"
  ],
  "mcp_servers": [],
  "defer_model_check": false,
  "end_strategy": "early",
  "config_version": "0.0.1"
}