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

fix: OpenAPITool - use keyword args for chat generator run invocation #59

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

vblagoje
Copy link
Member

In the main haystack project pull request 8054 added a new parameter in chat generator run methods.

Since we didn't use keyword arguments in invocation of the run method of the chat generator in openapi_tool.py we need to now use keyword arguments.

@vblagoje vblagoje requested a review from a team as a code owner August 19, 2024 09:16
@vblagoje vblagoje requested review from silvanocerza and shadeMe and removed request for a team and silvanocerza August 19, 2024 09:16
@vblagoje vblagoje changed the title fix: Use keyword args for chat generator run invocation fix: OpenAPITool - use keyword args for chat generator run invocation Aug 19, 2024
@vblagoje
Copy link
Member Author

Madeesh - this fix is blocking @davidsbatista and others from moving forward.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10450623704

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.754%

Totals Coverage Status
Change from base Build 10320260060: 0.0%
Covered Lines: 2270
Relevant Lines: 2474

💛 - Coveralls

@anakin87 anakin87 self-requested a review August 19, 2024 09:24
@shadeMe shadeMe merged commit c13eec4 into main Aug 19, 2024
5 checks passed
@shadeMe shadeMe deleted the explicit_param branch August 19, 2024 09:37
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.

4 participants