interface BaseLanguageModelCallOptionsCallbacks for this call and any sub-calls (eg. a Chain calling an LLM). Tags are passed to all callbacks, metadata is passed to handle*Start callbacks.
Runtime values for attributes previously made configurable on this Runnable, or sub-Runnables.
Describes the format of structured outputs. This should be provided if an output is considered to be structured
Maximum number of parallel calls to make.
Overrides the model's configured maxRetries for this call only.
Maximum number of times a call can recurse. If not provided, defaults to 25.
Unique identifier for the tracer run for this call. If not provided, a new UUID will be generated.
Name for the tracer run for this call. Defaults to the name of the class.
Abort signal for this call. If provided, the call will be aborted when the signal is aborted.
Stop tokens to use for this call. If not provided, the default stop tokens for the model will be used.
Timeout for this call in milliseconds.
Callbacks for this call and any sub-calls (eg. a Chain calling an LLM).
Runtime values for attributes previously made configurable on this Runnable,
Maximum number of parallel calls to make.
Metadata for this call and any sub-calls (eg. a Chain calling an LLM).
Maximum number of times a call can recurse. If not provided, defaults to 25.
Unique identifier for the tracer run for this call. If not provided, a new UUID
Name for the tracer run for this call. Defaults to the name of the class.
Abort signal for this call.
Tags for this call and any sub-calls (eg. a Chain calling an LLM).
Timeout for this call in milliseconds.
Callbacks for this call and any sub-calls (eg. a Chain calling an LLM).
Metadata for this call and any sub-calls (eg. a Chain calling an LLM).
Unique identifier for the tracer run for this call. If not provided, a new UUID
Name for the tracer run for this call. Defaults to the name of the class.
Tags for this call and any sub-calls (eg. a Chain calling an LLM).