Skip to content

Commit

Permalink
[FIX] Added missing metrics key for table and record type (#909)
Browse files Browse the repository at this point in the history
Added missing metrics key for table and record type

Signed-off-by: Deepak <[email protected]>
Co-authored-by: vishnuszipstack <[email protected]>
  • Loading branch information
Deepak-Kesavan and vishnuszipstack authored Jan 9, 2025
1 parent b67768c commit 4e194de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prompt-service/src/unstract/prompt_service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def prompt_processor() -> Any:
response = {
PSKeys.METADATA: metadata,
PSKeys.OUTPUT: structured_output,
PSKeys.METRICS: metrics,
}
return response
except APIError as api_error:
Expand Down

0 comments on commit 4e194de

Please sign in to comment.