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.
Get the input schema of the Runnable.
Runnable