Hello Kira0308,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
Regarding your explanation, the issue with your PromptFlow project could be resolve by the followings:
- The compute session you're using needs to be updated with latest base image version. Even, if you are using customized base image, update the PromptFlow runtime to the latest version, rebuild the base image, and redeploy the flow https://learn.microsoft.com/en-us/azure/ai-studio/how-to/prompt-flow-troubleshoot
- Also, update the tool names in your flow.dag.yaml file in raw code view https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/troubleshoot-guidance?view=azureml-api-2
In addition to the links above, At 11:41PM on October 1, 2024. @Kira0308 confirmed it worked by:
I had to add disable trace = False in python script and it worked. Thanks!!
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.