Skip to content

Conversation

@trrwilson
Copy link
Collaborator

  • Fixes GetAssistantAsync does not return a useful value #62 -- the remaining convenience methods in AssistantClient and VectorStoreClient have optional CancellationTokens added as method parameters, including the typed instance convenience overloads
  • Closes GetRunStepsAsync does not yet take a CancellationToken parameter #61 -- adds missing [EditorBrowsable(EditorBrowsableState.Never)] attributes to AssistantClient protocol methods, improving strongly typed convenience method discoverability
  • Addresses a yet-unreported problem with the new max_num_results property for file_search not being serialized/deserialized

@trrwilson trrwilson force-pushed the user/travisw/2024-06-17-assistant-fixes branch from e632c23 to 8c994fa Compare July 22, 2024 21:33
@trrwilson trrwilson merged commit d77539c into main Jul 23, 2024
@trrwilson trrwilson deleted the user/travisw/2024-06-17-assistant-fixes branch July 23, 2024 15:33
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.

GetAssistantAsync does not return a useful value GetRunStepsAsync does not yet take a CancellationToken parameter

4 participants