Ask a question to get started
Enter to sendā¢Shift+Enter new line
get_input_schema( self, config: RunnableConfig | None = None, ) -> type[BaseModel]
config
RunnableConfig | None
None
The config to use.
The Pydantic schema for the input to this Runnable.
Runnable