Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored Nov 30, 2023
1 parent 4ac63fc commit eb37665
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ The config parameters allows you to set the LLM used, the instructions of the as
"name": "bar",
"config": {
"configurable": {
"agent_type": "GPT 3.5 Turbo",
"system_message": "You are a helpful assistant",
"tools": ["Wikipedia"]
"type": "agent",
"type==agent/agent_type": "GPT 3.5 Turbo",
"type==agent/system_message": "You are a helpful assistant",
"type==agent/tools": ["Wikipedia"]
},
"public": True
}
Expand Down

0 comments on commit eb37665

Please sign in to comment.