NeuralNotwork's picture
Update Agent.json
333c319 verified
raw
history blame
519 Bytes
{
"model": "openai:gpt-4o",
"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": [],
"hf_tools": [
"NeuralNotwork/get-time"
],
"mcp_servers": [],
"defer_model_check": false,
"end_strategy": "early",
"config_version": "0.0.1"
}