Ask a question to get started
Enter to sendā¢Shift+Enter new line
session_id: str = Field(default_factory=(lambda: str(uuid4())))
The session ID to use for the bash session. Defaults to a random UUID.