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

Check for update before return the description for the openai-gpt agent #332

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

daxian-dbw
Copy link
Member

PR Summary

Fix #327

Check for update before return the description, so that /refresh command can get the up-to-date description from the openai-gpt agent.

@daxian-dbw daxian-dbw requested a review from Copilot January 21, 2025 23:05

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

shell/agents/AIShell.OpenAI.Agent/Agent.cs:28

  • [nitpick] The private variable '_description' should be named consistently with the existing private variables, such as '_description'. Consider renaming it to '_description'.
private string _description;
@daxian-dbw daxian-dbw merged commit 6a73825 into PowerShell:main Jan 21, 2025
4 checks passed
@daxian-dbw daxian-dbw deleted the desc branch January 21, 2025 23:08
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.

OpenAI-GPT Agent Config instructions still show up after adding config and /refresh'ing
1 participant