-
Notifications
You must be signed in to change notification settings - Fork 16k
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
core: make docstring parsing more robust #28628
Labels
Ɑ: core
Related to langchain-core
Comments
This was referenced Dec 15, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 15, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 15, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 16, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 16, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 16, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 16, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 16, 2024
refactor: improve error handling and argument parsing in _parse_google_docstring function
efriis
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 16, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 17, 2024
ccurme
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 17, 2024
isatyamks
added a commit
to isatyamks/langchain
that referenced
this issue
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Privileged issue
Issue Content
Valid Google-style docstrings with descriptions > 1 paragraph are not supported.
Example failure:
Root cause is raising an error when second
\n\n
-delimited block does not start withArgs
:langchain/libs/core/langchain_core/utils/function_calling.py
Line 618 in ec9b414
The text was updated successfully, but these errors were encountered: