Skip to content

feat: add models-list command#1474

Open
GabrielVasilescu04 wants to merge 1 commit intomainfrom
feature/add-list-models-command
Open

feat: add models-list command#1474
GabrielVasilescu04 wants to merge 1 commit intomainfrom
feature/add-list-models-command

Conversation

@GabrielVasilescu04
Copy link
Contributor

No description provided.

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this Mar 20, 2026
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Mar 20, 2026
from ._utils._service_base import ServiceCommandBase, service_command


@click.command(name="list-models")
Copy link
Contributor

@ionmincu ionmincu Mar 20, 2026

Choose a reason for hiding this comment

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

i would also add a testcase for this 😄 , or alter an existing one to also run this cli command

"debug": "cli_debug",
"assets": "services.cli_assets",
"buckets": "services.cli_buckets",
"list-models": "cli_list_models",
Copy link
Collaborator

@radu-mocanu radu-mocanu Mar 22, 2026

Choose a reason for hiding this comment

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

Suggested change
"list-models": "cli_list_models",
"list models": "cli_list_models",

we should follow a standard format for CLI commands

list models
list buckets 
list assets 
etc.

Copy link
Collaborator

@radu-mocanu radu-mocanu Mar 22, 2026

Choose a reason for hiding this comment

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

I would create a generic cli_list, similar to cli_add and match by resource type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants