Ask a question to get started
Enter to send•Shift+Enter new line
The type of config this Runnable accepts specified as a Pydantic model.
Runnable
To mark a field as configurable, see the configurable_fields and configurable_alternatives methods.
configurable_fields
configurable_alternatives
config_schema( self, *, include: Sequence[str] | None = None ) -> type[BaseModel]
include
Sequence[str] | None
None
A list of fields to include in the config schema.