Skip to content

Commit

Permalink
string_format fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZergLev committed Jan 10, 2025
1 parent 550a437 commit d38207d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chatsky/slots/base_slots.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,6 @@ async def get_value(self, ctx: Context) -> ExtractedGroupSlot:

def init_value(self) -> ExtractedGroupSlot:
return ExtractedGroupSlot(
string_format=self.string_format,
**{child_name: child.init_value() for child_name, child in self.__pydantic_extra__.items()}
)

0 comments on commit d38207d

Please sign in to comment.