Skip to content

Commit

Permalink
update for pydantic validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Dec 19, 2024
1 parent db9f8dd commit c030979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rag_description_generation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class RagDescription(BaseModel):
model_config = ConfigDict(arbitrary_types_allowed=True)
start_block: str
end_block: str
num_completed_games: int = 0
ip_address: str = None
overall_stats: dict = {}
game_ids: list = []
Expand Down

0 comments on commit c030979

Please sign in to comment.