mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
feat(plan): add 'communicate' tool kind (#17341)
This commit is contained in:
@@ -35,7 +35,7 @@ export class AskUserTool extends BaseDeclarativeTool<
|
||||
ASK_USER_TOOL_NAME,
|
||||
'Ask User',
|
||||
'Ask the user one or more questions to gather preferences, clarify requirements, or make decisions.',
|
||||
Kind.Other,
|
||||
Kind.Communicate,
|
||||
{
|
||||
type: 'object',
|
||||
required: ['questions'],
|
||||
|
||||
@@ -745,6 +745,7 @@ export enum Kind {
|
||||
Execute = 'execute',
|
||||
Think = 'think',
|
||||
Fetch = 'fetch',
|
||||
Communicate = 'communicate',
|
||||
Other = 'other',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user