chaojixinren commented on issue #1525:
URL: https://github.com/apache/dubbo-admin/issues/1525#issuecomment-5312650206

   > 有两个点 [@chaojixinren](https://github.com/chaojixinren) :
   > 
   > 1. 定义一个tool call hook时需要支持制定tool call(s)
   > 2. hook的ctx换个名字,叫做state,尽量和context做区分
   
   
   收到,已按建议更新描述内容:
   1. Tool Call Hook 支持在定义时指定一个或多个目标 Tool,HookManager 会根据 `state.ToolName` 
进行匹配后再分发。
   2. Hook 携带的运行状态统一命名为 `state`/`HookState`;`ctx` 仅用于表示 Go 的 
`context.Context`,负责取消控制和 Trace 上下文传播。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to