Skip to content

Conversation

feiskyer
Copy link
Member

No description provided.

**Parameters:**
```json
{
"operation": "show|list|create|delete|scale|update|upgrade|nodepool-*|account-*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little concerned on this: when we merge 'az aks' and 'az account' together, and put them in az_aks_operations, will AI be able to know they are 'az aks', 'az account' and add right args?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

each subcommand paratmer formats should be included in tool's description

**Parameters:**
```json
{
"operation": "metrics|resource_health|app_insights|diagnostics|logs",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the args are quite different, some of them are using 'az' cli, and some of them are not. I am also concerned about if AI can parse the right args.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that's a good point. Let's do some validations. If that's not working well, we can still keep them separately

{
"operation": "metrics|resource_health|app_insights|diagnostics|logs",
"query_type": "specific to operation",
"parameters": "operation-specific parameters"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

az cli support '--help', while others don't. do we have a way to let AI know it can call '--help' for some specific operation to get the guidance?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we make --help as part of parameters

@feiskyer feiskyer merged commit 5e66bcd into main Jul 24, 2025
9 checks passed
@feiskyer feiskyer deleted the tool-consolidate-prompt branch July 24, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants