Skip to content

Commit

Permalink
Fix: OpenAIChatMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lopez committed Jun 7, 2024
1 parent 955cc11 commit ac037b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class OpenAIChatMessage(BaseModel):
role: str
content: str
content: str | List

model_config = ConfigDict(extra="allow")

Expand Down

0 comments on commit ac037b9

Please sign in to comment.