Evan Mattson
Evan Mattson
Hi @MohanadElMetwally, I honestly don't have a lot of experience with `data_sources=[AzureAISearchDataSource(parameters=ds_params)]`. Adding @sarah-widder for any comment/help.
Hi @MohanadElMetwally, I spoke with Sarah offline. Her feedback is that the OYD portion seems to be working correctly. It looks like the model is getting confused about some context...
@ymuichiro Thanks for the contribution. Please have a look at a failing test, thanks: https://github.com/microsoft/semantic-kernel/actions/runs/18583595889/job/52983055182?pr=13235#step:5:445
@TaoChenOSU could you have a look at this, please?
Hi @sashanknjs, the short answer: you cannot make OpenAI or Azure OpenAI models perfectly deterministic. Even with a fixed seed and temperature set to 0.0, vendors explicitly state that identical...
Adding @markwallace-microsoft
Feel free to make a PR with a fix, @qqq694637644. We haven't completed the actual work to handle state with processes (where they can be serialized and deserialized), which is...
Thank you for the feedback. We are working on a declarative spec that will allow one to create a process in a “no code/low code” way, potentially similar to what...
This is further handled in #11637.
@philippHorn is this issue specific to Semantic Kernel's `BedrockChatCompletion`? Meaning, you still hit there error while directly calling SK's `BedrockChatCompletion`? Want to make sure I understand it is indeed SK...