Replies: 1 comment
-
|
This is where I am structuring my YAML from Semantic Kernel YAML Schema |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following class for structuring the response of a ChatCompletionAgent
I want to create the ChatCompletionAgent using the AgentRegistry.create_from_file() method and the agent should pull the AzurePromptExecutionSettings from the YAML file.
My current YAML file
Plugin
If I use get_response, I get the result back in free text and not structured to the FilesList class
The result is the same whether I do
or
or
This is what I'm trying to achieve (agent initialised in code itself):
I want a way the AgentRegistry.create_from_file method either:
Beta Was this translation helpful? Give feedback.
All reactions