| Name | Type | Description |
|---|---|---|
inputs* | dict[str, Any] | Any | Dictionary of inputs, or single input if chain expects
only one param. Should contain all inputs specified in
|
return_only_outputs | bool | Default: FalseWhether to return only outputs in the
response. If |
callbacks | Callbacks | Default: None |
tags | list[str] | None | Default: None |
metadata | dict[str, Any] | None | Default: None |
run_name | str | None | Default: None |
include_run_info | bool | Default: False |
Asynchronously execute the chain.
Callbacks to use for this chain run. These will be called in addition to callbacks passed to the chain during construction, but only these runtime callbacks will propagate to calls to other objects.
List of string tags to pass to all callbacks. These will be passed in addition to tags passed to the chain during construction, but only these runtime tags will propagate to calls to other objects.
Optional metadata associated with the chain.
Optional name for this run of the chain.
Whether to include run info in the response. Defaults to False.