Bind an existing session id for a block of work (no end on exit)
bind_session
attaches an existing session to the current context for the duration of the with
block. The session is not ended on exit — end it explicitly later.
session_id
(string, required): An existing session id to bind.