mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-10-31 16:08:59 +00:00 
			
		
		
		
	Update API reference documentation. This PR will pick up a number of missing classes, it also applies selective formatting based on the class / object type.
		
			
				
	
	
		
			23 lines
		
	
	
		
			538 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			538 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| :mod:`{{module}}`.{{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__
 | |
| 
 | |
|     {% block attributes %}
 | |
|     {% endblock %}
 | |
| 
 | |
| .. example_links:: {{ objname }}
 |