Chris
Chris
### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution...
Ollama supports structured-output and the underlying `ChatOptions` define a `ResponseFormat` property. https://ollama.com/blog/structured-outputs Be great to enable structured output support via `OllamaPromptExecutionSettings` and provide a sample.
--- name: Create a common Azure AI Hub / Project about: Azure AI Foundary has introduced _AI Hub_ and _AI Project_: - https://learn.microsoft.com/azure/ai-studio/how-to/create-projects This feature has a corresponding Azure SDK:...
### Motivation and Context `StreamingFunctionCallUpdateContent` not being provided by `OpenAIAssistantAgent` and `AzureAIAgent` ### Description The lack of `StreamingFunctionCallUpdateContent` interferes with the ability to display progress information. ### Contribution Checklist -...
**Describe the bug** A customer experienced and reported this issue. Adding a plugin via `AddFromType` uses the kernel's service-collection/provider by default in the builder case, but not when invoked from...