We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b11e1c commit 8d5ff70Copy full SHA for 8d5ff70
1 file changed
fastagent.config.yaml
@@ -1,15 +1,8 @@
1
default_model: "openai.gpt-4o-mini"
2
-
3
-mcp:
4
- servers:
5
- minimal_test:
6
- command: python
7
- args: ["/Users/tapanc/dev/elicitation_evals/test_minimal_mcp.py"]
8
9
logger:
10
level: debug
11
type: file
12
- path: /Users/tapanc/dev/elicitation_evals/minimal_test.jsonl
+ path: fastagent.log.jsonl
13
show_chat: true
14
show_tools: true
15
truncate_tools: false
0 commit comments