Skip to main content

get_session

Method
This is a method of the GatewayProtocol class in the protocols module.
Get a session by ID.

Signature

def get_session(session_id: str) -> Optional[GatewaySessionProtocol]

Parameters

session_id
str
required
No description available.

Returns

Returns
Optional[GatewaySessionProtocol]
The result of the operation.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 345