The name of the Runnable.
The name of the Runnable. Used for debugging and tracing.
The type of input this Runnable accepts specified as a Pydantic model.
Output schema.
List configurable fields for this Runnable.
Get the name of the Runnable.
Get a Pydantic model that can be used to validate input to the Runnable.
Get a JSON schema that represents the input to the Runnable.
Get a Pydantic model that can be used to validate output to the Runnable.
Base class to parse the output of an LLM call.
Get a JSON schema that represents the output of the Runnable.