-
Hey everyone, I'm using a What I'm aiming for is to have {
"natural_text_response": "lorem ipsum...",
"structured_response": <JSON object or string representation of the function's return value>
} The challenge I’m facing is that the only mechanism I’ve found to define an output format is through Is there a way to achieve this goal? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, would recommend checking out the docs here: https://learn.microsoft.com/en-us/semantic-kernel/concepts/ai-services/chat-completion/function-calling/function-invocation?pivots=programming-language-python |
Beta Was this translation helpful? Give feedback.
-
@vslepakov today, we don't have any support for this in SK Python. @markwallace-microsoft, do you know if there is any support for this in SK .NET that we could use as a guide/foundation? Thanks. |
Beta Was this translation helpful? Give feedback.
@vslepakov today, we don't have any support for this in SK Python. @markwallace-microsoft, do you know if there is any support for this in SK .NET that we could use as a guide/foundation? Thanks.