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
the field prompt_filter_results is returned. This field provides content filtering results for zero or more prompts in the request.
Currently, prompt_filter_results is supported in the run method of the AzureOpenAiChatClient in @sap-ai-sdk/foundation-models. However, it is not supported in the @sap-ai-sdk/langchain client.
Propose a Solution
Update the AzureOpenAiChatClient in @sap-ai-sdk/langchain to parse and include prompt_filter_results in its response.
Describe Alternatives
No response
Affected Development Phase
Getting Started
Impact
No Impact
Timeline
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Problem
In the Azure OpenAI API response for the route:
the field
prompt_filter_results
is returned. This field provides content filtering results for zero or more prompts in the request.Currently,
prompt_filter_results
is supported in therun
method of theAzureOpenAiChatClient
in@sap-ai-sdk/foundation-models
. However, it is not supported in the@sap-ai-sdk/langchain
client.Propose a Solution
AzureOpenAiChatClient
in@sap-ai-sdk/langchain
to parse and includeprompt_filter_results
in its response.Describe Alternatives
No response
Affected Development Phase
Getting Started
Impact
No Impact
Timeline
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: