79364700

Date: 2025-01-17 12:12:57
Score: 2
Natty:
Report link

i looked at the promptflow source code repo, seems like the connection type 'OpenAI' is not passed down from the callers for some reason. sorry that i dont have openai setup to debug.

if you have the local code, might step in or setup a debug point at below file, line 129. then try to work out which part of the code failed to set connection_type.

enter image description here

enter image description here

https://github.com/Azure-Samples/ai-rag-chat-evaluator/blob/main/src/evaltools/eval/evaluate.py#L172

https://github.com/microsoft/promptflow/blob/main/src/promptflow-core/promptflow/core/_prompty_utils.py

https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evaluators/_common/_base_prompty_eval.py#L83

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: qkfang