You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sdk): thread the boot payload chatId into subtask metadata explicitly
Custom-loop subtask tool metadata read the chatId off the Session
handle id. That value already equals the external chatId (the handle
is opened on payload.chatId), but reading it from a dedicated locals
slot set at run boot matches the documented ToolCallExecutionOptions
contract directly and decouples from the handle id semantics.
0 commit comments