Skip to content
Developer Preview

ResumeSessionOptions

Caller-facing options for session/resume.

Class in muse_code

config remains excluded until the same capability-checked forwarding as session/start lands.

Property Type Description
session_id str The session to resume.
cursor str | None Resume from this view cursor; omitted = from genesis.
exclude_items bool | None Ask the host to omit item bodies from the history.
history Mapping[str, Any] | None The history preference forwarded as the wire’s history member.
Source

clients/sdk-py/src/muse_code/facade/client.py:93