Evan Mattson
Evan Mattson
We retired the action, basic and stepwise (v1) planners in this PR: https://github.com/microsoft/semantic-kernel/pull/6141. Keeping the plan class around as we still support the Sequential planner right now.
I've been looking at https://opentelemetry.io/docs/languages/python/instrumentation/ and I am not sure what would be considered a breaking change? We could implement metrics/traces as opt-in behavior.
As of SK Python 1.5.0 the `redis_store` supports creating the object with an existing Redis database.
@markwallace-microsoft can we close this issue?
> When invoking a semantic function with a context that contains an offensive message (e.g., "I hate ") we get an inner error that doesn't contain a `content_filter_result` attribute. Hi...
Thanks for the added information, @Noam-Microsoft. The Azure OpenAI API without OYD should indeed return the `content_filter_result` if present. We'll investigate.
@Noam-Microsoft we're having trouble reproducing it on our end. With some sampe code, we are seeing the Content Filter Result. Would you be able to give us some sample code...
@juliomenendez do you have any thoughts? Thanks!
This is the sample code we ran to try and repro the issue: ``` import asyncio import semantic_kernel as sk from semantic_kernel.connectors.ai.open_ai import AzureChatCompletion from semantic_kernel.connectors.ai.open_ai.exceptions.content_filter_ai_exception import ContentFilterAIException from semantic_kernel.connectors.ai.open_ai.prompt_execution_settings.azure_chat_prompt_execution_settings...
@Noam-Microsoft apologies on the extreme delay here. Are you still experiencing problems?