-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
addresses #682, extends PaginationRequest as MessageListRequest adding run_id #683
base: dev
Are you sure you want to change the base?
Conversation
This reverts commit c5f6c72.
…t adding run_id param
@dotnet-policy-service agree company="Sigmund Software" |
excuse some of the merge fumbling plz, I work all Azure Devops and am still finding my way with Git. |
.gitignore
Outdated
.idea | ||
/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to add /OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj
to ignore?
you don't, that's an accidental change.
On Tuesday, November 19, 2024 at 10:14:47 AM EST, Tolga Kayhan ***@***.***> wrote:
@kayhantolga commented on this pull request.
In .gitignore:
\ No newline at end of file
+.idea
+/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj
why do we need to add /OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj to ignore?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to remove unintentional add of +/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj to .gitignore
MessageListRequest as extension of PaginationRequest like VectorStoreFileListRequest