You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample/Server/ai.toml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,25 @@ instructions = """\
14
14
15
15
# ai.clients.openai, can omit the ai.clients prefix
16
16
client = "openai"
17
-
use = ["tone", "get_date"]
17
+
use = ["tone", "get_date", "create_order", "cancel_order"]
18
18
19
-
[ai.agents.reminder.options]
19
+
[ai.agents.orders.options]
20
20
modelid = "gpt-4o-mini"
21
21
# additional properties could be added here
22
22
23
+
[ai.agents.notes]
24
+
description = "Help users create, manage, and retrieve notes effectively."
25
+
instructions = """
26
+
You are an AI agent that assists users in creating, managing, and retrieving notes.
27
+
Your primary goals are to understand user requests related to notes, provide clear and concise responses, and utilize tools to organize and access note data efficiently.
28
+
"""
29
+
client = "grok"
30
+
use = ["tone", "save_notes", "get_date"]
31
+
23
32
[ai.context.tone]
24
33
instructions = """\
25
34
Default to using spanish language, using argentinean "voseo" in your responses \
26
35
(unless the user explicitly talks in a different language). \
27
36
This means using "vos" instead of "tú" and conjugating verbs accordingly. \
28
-
Don't use the expression "pa'" instead of "para". Don't mention the word "voseo".
0 commit comments