Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Dec 3, 2023
1 parent d890a16 commit 5434d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions st_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ def add_sidebar() -> None:
class CurrentSessionState(BaseModel):
"""Current session state."""

# arbitrary types
class Config:
arbitrary_types_allowed = True

agent_registry: AgentCacheRegistry
selected_id: Optional[str]
selected_cache: Optional[ParamCache]
Expand Down

0 comments on commit 5434d1f

Please sign in to comment.