mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 08:33:10 +00:00
plugin(hook): add task tool execution hooks and command context tracking (#5642)
This commit is contained in:
@@ -160,6 +160,7 @@ export namespace MessageV2 {
|
||||
prompt: z.string(),
|
||||
description: z.string(),
|
||||
agent: z.string(),
|
||||
command: z.string().optional(),
|
||||
})
|
||||
export type SubtaskPart = z.infer<typeof SubtaskPart>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user