Spaces:
Runtime error
Runtime error
| from dataclasses import dataclass | |
| class SimContext: | |
| company: str = "" | |
| agent_type: str = "" | |
| use_case: str = "" | |
| user_id: str = "" | |
| user_type: str = "" | |
| from dataclasses import dataclass | |
| class SimContext: | |
| company: str = "" | |
| agent_type: str = "" | |
| use_case: str = "" | |
| user_id: str = "" | |
| user_type: str = "" | |