How to increase the function description length limit in .NET semantic kernel? #7172
-
I ran into a problem: One of the functions in my plugins has a detailed description because of which this exception is raised. Is there a way to increase this limit ? I'm on .net semantic kernel 1.13.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This exception is being thrown by the underlying model service (I'm assuming you're using OpenAI or Azure OpenAI), so unfortunately this isn't something that Semantic Kernel can fix. If you need a larger description, you may fare better by adding this context to the system prompt. |
Beta Was this translation helpful? Give feedback.
This exception is being thrown by the underlying model service (I'm assuming you're using OpenAI or Azure OpenAI), so unfortunately this isn't something that Semantic Kernel can fix. If you need a larger description, you may fare better by adding this context to the system prompt.