Skip to content

Commit

Permalink
FIX: Issue in Displaying Cost for Prompt Run (#690)
Browse files Browse the repository at this point in the history
Fixed the issue in displaying cost for prompt run

Co-authored-by: Rahul Johny <[email protected]>
  • Loading branch information
tahierhussain and johnyrahul authored Sep 14, 2024
1 parent 891b97e commit fe81f53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ function PromptCard({
profileManager: outputResult?.profile_manager,
context: outputResult?.context,
challengeData: outputResult?.challenge_data,
tokenUsage: outputResult?.token_usage,
output: outputResult?.output,
evalMetrics: getEvalMetrics(
promptDetails?.evaluate,
Expand Down

0 comments on commit fe81f53

Please sign in to comment.