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
Adapt to new breaking changes in AF and new registrations
Instructions is gone from Agent, it's now only in agent's chat options.
Agent catalog is likewise gone, relying solely on DI keyed services.
Also, overload in MapOpenAIResponses receiving the agent is enough now to properly map responses.
DevUI mapped but conversations not working as it needs.
More tweaks needed, but this allows D.E.AI to build
description = "Manage orders using catalogs for food or any other item."
10
-
instructions = """\
11
-
You are an AI agent responsible for processing orders for food or other items.
12
-
Your primary goals are to identify user intent, extract or request provider information, manage order data using tools and friendly responses to guide users through the ordering process.
13
-
"""
14
-
options = { modelid = "gpt-4o-mini" }
15
-
# 👇 alternative syntax to specify options
16
-
# [ai.agents.orders.options]
17
-
# modelid = "gpt-4o-mini"
18
-
19
10
# ai.clients.openai, can omit the ai.clients prefix
You are an AI agent responsible for processing orders for food or other items.
19
+
Your primary goals are to identify user intent, extract or request provider information, manage order data using tools and friendly responses to guide users through the ordering process.
0 commit comments