mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-10-30 23:29:54 +00:00 
			
		
		
		
	Broken source/docs links for Runnable methods ### What was changed Added the `with_config` method to the method lists in both Runnable template files: - docs/api_reference/templates/runnable_non_pydantic.rst - docs/api_reference/templates/runnable_pydantic.rst
		
			
				
	
	
		
			25 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			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_not_implemented, lc_secrets, lc_attributes, lc_id, get_lc_namespace, astream_log, transform, atransform, get_output_schema, get_prompts, config_schema, map, pick, pipe, InputType, OutputType, config_specs, output_schema, get_input_schema, get_graph, get_name, input_schema, name, assign, as_tool, get_config_jsonschema, get_input_jsonschema, get_output_jsonschema, model_construct, model_copy, model_dump, model_dump_json, model_parametrized_name, model_post_init, model_rebuild, model_validate, model_validate_json, model_validate_strings, to_json, model_extra, model_fields_set, model_json_schema, predict, apredict, predict_messages, apredict_messages, generate, generate_prompt, agenerate, agenerate_prompt, call_as_llm
 | |
| 
 | |
|     .. NOTE:: {{objname}} implements the standard :py:class:`Runnable Interface <langchain_core.runnables.base.Runnable>`. 🏃
 | |
| 
 | |
|         The :py:class:`Runnable Interface <langchain_core.runnables.base.Runnable>` has additional methods that are available on runnables, such as :py:meth:`with_config <langchain_core.runnables.base.Runnable.with_config>`, :py:meth:`with_types <langchain_core.runnables.base.Runnable.with_types>`, :py:meth:`with_retry <langchain_core.runnables.base.Runnable.with_retry>`, :py:meth:`assign <langchain_core.runnables.base.Runnable.assign>`, :py:meth:`bind <langchain_core.runnables.base.Runnable.bind>`, :py:meth:`get_graph <langchain_core.runnables.base.Runnable.get_graph>`, and more.
 | |
| 
 | |
| .. example_links:: {{ objname }}
 |