Skip to main content

opendevin.server.session.session

Session Objects

class Session()

send_error

async def send_error(message: str) -> bool

Sends an error message to the client.

send_message

async def send_message(message: str) -> bool

Sends a message to the client.