Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[.Net][Feature Request]: Deprecate GPTAgent #3404

Closed
LittleLittleCloud opened this issue Aug 23, 2024 · 0 comments · Fixed by #3402
Closed

[.Net][Feature Request]: Deprecate GPTAgent #3404

LittleLittleCloud opened this issue Aug 23, 2024 · 0 comments · Fixed by #3402
Assignees
Labels
api-break-change Will break existing api and needs an migration for previous code to work dotnet issues related to AutoGen.Net

Comments

@LittleLittleCloud
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

GPTAgent is merely OpenAIChatAgent plus OpenAIMessageConnector

Describe the solution you'd like

Deprecate GPTAgent from AutoGen.OpenAI

Additional context

Migration guide

use OpenAIChatAgent plus message connector to replace GPTAgent

// before
var agent = new GPTAgent(...)

// after
var agent = new OpenAIChatAgent(...)
    .RegisterMessageConnector()
@LittleLittleCloud LittleLittleCloud added enhancement dotnet issues related to AutoGen.Net api-break-change Will break existing api and needs an migration for previous code to work labels Aug 23, 2024
@LittleLittleCloud LittleLittleCloud added this to the AutoGen.Net 0.1.1 milestone Aug 23, 2024
@LittleLittleCloud LittleLittleCloud self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-break-change Will break existing api and needs an migration for previous code to work dotnet issues related to AutoGen.Net
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant