-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: Add _agenerate implementation #12
Conversation
It works, but due to planned changes to the SDK, it may be affected by new behavior. Until then, I'm marking it as draft. |
It looks like the SDK version 1.1.9 is not yet available on pypi. |
# Conflicts: # libs/ibm/langchain_ibm/llms.py # libs/ibm/poetry.lock # libs/ibm/pyproject.toml
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.
LGTM
Native support for agenetate method:
Example of usage:
Test results:
Unit tests: ✅
Linting: ✅
Format: ✅