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

Feature/22/assistant support #24

Closed
wants to merge 13 commits into from
Closed

Conversation

RoYaLBG
Copy link

@RoYaLBG RoYaLBG commented Jan 29, 2024

No description provided.

…to work with path variables, refactor the flow of creating assistant by adding optional properties to be added in an AdvancedConfigurationStage, add Util classes with static methods to avoid code duplication between classes. Start the implementation of Runs API.
…sation between user and assistant, refactor OpenAIHttpExecutor to work with GET method.
…s of the different apis to work all together chained, refactor the threads api by adding deep configuration stage, change the messages api to work with different response objects, add the logic of retrieving run periodically to different stages
…s API, Assistants API and start the implementation of tests for Run API.
…dd test case when working with path variables and extract common constants into one class
@codecov-commenter
Copy link

Codecov Report

Attention: 35 lines in your changes are missing coverage. Please review.

Comparison is base (2e3b610) 99.51% compared to head (a6e7b33) 97.89%.

Files Patch % Lines
...codexio/ai/openai/api/sdk/file/FileSimplified.java 0.00% 9 Missing ⚠️
...xio/ai/openai/api/sdk/run/RunnableResultStage.java 81.81% 5 Missing and 1 partial ⚠️
.../openai/api/sdk/thread/ThreadMessageFileStage.java 86.95% 6 Missing ⚠️
.../sdk/message/MessageAnswersRetrievalTypeStage.java 88.88% 2 Missing and 2 partials ⚠️
...o/ai/openai/api/sdk/run/RunnableMessageResult.java 33.33% 4 Missing ⚠️
...i/openai/api/http/file/UploadFileHttpExecutor.java 89.47% 2 Missing ⚠️
...api/sdk/ObjectMapperSubtypesRegistrationUtils.java 80.00% 1 Missing ⚠️
...assistant/AssistantAdvancedConfigurationStage.java 83.33% 1 Missing ⚠️
...bg/codexio/ai/openai/api/sdk/message/Messages.java 95.65% 1 Missing ⚠️
...va/bg/codexio/ai/openai/api/sdk/run/Runnables.java 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #24      +/-   ##
============================================
- Coverage     99.51%   97.89%   -1.63%     
- Complexity      591      816     +225     
============================================
  Files           138      189      +51     
  Lines          1458     1997     +539     
  Branches         38       40       +2     
============================================
+ Hits           1451     1955     +504     
- Misses            6       38      +32     
- Partials          1        4       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nedko112 nedko112 closed this Jan 29, 2024
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.

3 participants