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
Access to json documents is a lot of code, need some indexer and / or xpath selection (see GPT Function Call #3243)
GPT Function does not respect argument schema, array of strings are completed as single string and enum values are ignored
Azure OpenAI SDK FunctionDefinition and FunctionCall are hard to use as they partial deserialize the json paylaod and leave the rest as plain strings (FunctionDefinition.Parameters and FunctionCall.Arguments are not usable objects but binary paylaod or string)
This issue collects small features and usability improvements intended to make planned sample notebooks more concise and easier to use.
Intelligent app development issues
TabularDataResource
when application/table-schema+json MIME type is shared #3211FunctionDefinition
andFunctionCall
are hard to use as they partial deserialize the json paylaod and leave the rest as plain strings (FunctionDefinition.Parameters
andFunctionCall.Arguments
are not usable objects but binary paylaod or string)Data preparation issues
Ecosystem issues
The text was updated successfully, but these errors were encountered: