Wenxing Zhu
Results
2
issues of
Wenxing Zhu
For now the token usage report is summarized per batch run. However, it would be more helpful for users to estimate costs if promptflow could provide token usage reports for...
enhancement
long-term
feature
promptflow-core
PF: 1.14.0 promptflow-evals: 0.3.1 ```python from promptflow.evals.synthetic import AdversarialScenario, AdversarialSimulator from promptflow.evals.evaluate import evaluate from promptflow.evals.evaluators import ( ContentSafetyEvaluator, ) from typing import Dict, Any from azure.identity import DefaultAzureCredential from...
bug
promptflow-core