session_id
Method
This is a method of the Agent class in the agent module.Get the current session ID.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/agent/agent.py at line 4904session_id: Get the current session ID.
This is a method of the Agent class in the agent module.Get the current session ID.
def session_id() -> Optional[str]
praisonaiagents/agent/agent.py at line 4904