Skip to main content

session_id

Method
This is a method of the Agent class in the agent module.
Get the current session ID.

Signature

def session_id() -> Optional[str]

Returns

Returns
Optional[str]
The result of the operation.

Source

View on GitHub

praisonaiagents/agent/agent.py at line 4904