Skip to content

Commit

Permalink
#15 Fixed the metadata field name
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed May 13, 2024
1 parent cb86385 commit 97fd677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glide/lang/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class TokenUsage(Schema):


class ModelResponse(Schema):
response_id: Dict[str, str]
metadata: Dict[str, str]
message: ChatMessage
token_usage: TokenUsage

Expand Down

0 comments on commit 97fd677

Please sign in to comment.