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 Agents - Support AdditionalMessages for OpenAIAssistantAgent #9737

Merged
merged 8 commits into from
Nov 18, 2024

Conversation

crickman
Copy link
Contributor

Motivation and Context

Add support for AdditionalMessages option when invoking a run.

Fixes: #9685

Description

Allow the addition of multiple messages to a thread when invoking a OpenAIAssistantAgent.

Contribution Checklist

@crickman crickman added PR: ready for review All feedback addressed, ready for reviews experimental Associated with an experimental feature enhancement agents labels Nov 18, 2024
@crickman crickman self-assigned this Nov 18, 2024
@crickman crickman requested a review from a team as a code owner November 18, 2024 17:14
@crickman crickman changed the title .Net Ageints - Support AdditionalMessages for OpenAIAssistantAgent .Net Agents - Support AdditionalMessages for OpenAIAssistantAgent Nov 18, 2024
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Nov 18, 2024
@crickman crickman added this pull request to the merge queue Nov 18, 2024
Merged via the queue into main with commit cde12d3 Nov 18, 2024
15 checks passed
@crickman crickman deleted the agents-additional-run-messages branch November 18, 2024 21:54
@crickman crickman removed kernel Issues or pull requests impacting the core kernel PR: ready for review All feedback addressed, ready for reviews labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents enhancement experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

.Net: New Feature: Provide additional messages when invoking the agent run.
4 participants