mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 21:51:28 +00:00
types: include sessionKey in embedded tool handler params
This commit is contained in:
@@ -132,7 +132,7 @@ export type EmbeddedPiSubscribeContext = {
|
||||
*/
|
||||
export type ToolHandlerParams = Pick<
|
||||
SubscribeEmbeddedPiSessionParams,
|
||||
"runId" | "onBlockReplyFlush" | "onAgentEvent" | "onToolResult"
|
||||
"runId" | "sessionKey" | "onBlockReplyFlush" | "onAgentEvent" | "onToolResult"
|
||||
>;
|
||||
|
||||
export type ToolHandlerState = Pick<
|
||||
|
||||
Reference in New Issue
Block a user