Skip to content

Python: Consider create_agent method renaming #1525

@dmytrostruk

Description

@dmytrostruk

Method create_agent is not related to remote agent creation. It exists to create ChatAgent instance, while remote agent creation is a responsibility of the service that supports it (e.g. AzureAIAgentClient). Based on that, name create_agent may be confusing for developers who expect their agents to be created remotely, when it's not always the case.

One of the potential alternatives is get_agent name.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions