Zhidong Zhu
Zhidong Zhu
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
 ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `examples/flows/standard/customer-intent-extraction/requirements.txt` --- > [!IMPORTANT] >...
# Description The token calculation logic in promptflow-tracing merges two dictionaries related to token usage. i.e. Given these two dictionaries: ```json { "completion_tokens": 146, "prompt_tokens": 166, "total_tokens": 312 } ```...
I found that prompty can be installed successfully on Python 3.9 but cannot be imported due to the following error: ``` Python 3.9.18 (main, Sep 11 2023, 13:41:44) [GCC 11.2.0]...