mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-30 21:05:36 +00:00
- Move the API reference into the vercel build - Update api reference organization and styling
25 lines
775 B
ReStructuredText
25 lines
775 B
ReStructuredText
{{ objname }}
|
|
{{ underline }}==============
|
|
|
|
.. currentmodule:: {{ module }}
|
|
|
|
.. autopydantic_model:: {{ objname }}
|
|
:model-show-json: False
|
|
:model-show-config-summary: False
|
|
:model-show-validator-members: False
|
|
:model-show-field-summary: False
|
|
:field-signature-prefix: param
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|
|
:member-order: groupwise
|
|
:show-inheritance: True
|
|
:special-members: __call__
|
|
:exclude-members: construct, copy, dict, from_orm, parse_file, parse_obj, parse_raw, schema, schema_json, update_forward_refs, validate, json, is_lc_serializable, to_json, to_json_not_implemented, lc_secrets, lc_attributes, lc_id, get_lc_namespace
|
|
|
|
|
|
{% block attributes %}
|
|
{% endblock %}
|
|
|
|
.. example_links:: {{ objname }}
|