You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this option, we are forced to execute multiple calls to the API (to add the user message + separate to create the assistant run when we can do it with a single call).
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
New Feature: Provide additional messages when invoking the agent run.
.Net: New Feature: Provide additional messages when invoking the agent run.
Nov 13, 2024
name: Provide additional messages when invoking the agent run.
about: Suggest an idea for this project
Similar with #8715
OpenAIAssistantInvocationOptions is not exposing all the properties available in RunCreationOptions
The missing property includes:
AdditionalMessages
ToolOverrides
Without this option, we are forced to execute multiple calls to the API (to add the user message + separate to create the assistant run when we can do it with a single call).
The text was updated successfully, but these errors were encountered: