.NET: To what extent the [Description] attributes are considered by Semantic Kernel function calling? #12225
Replies: 1 comment
-
@wellescastro The return value schema is not passed to the LLM so this won't change behaviour. The parameter descriptions will be sent to the LLM so these can help if you have badly named parameters. |
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.
-
Hello,
I have a plugin with a kernel function that receives an enum parameter. Does decorating the enum members with [Description] enrich the metadata available for function calling?
The same question applies to a function that returns an instance of a custom class. Does decorating the class properties with [Description] attributes enrich the metadata?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions