Interface that extends ChainInputs and defines additional input parameters specific to an APIChain.

Hierarchy

Implemented by

Properties

apiAnswerChain: LLMChain<string, LLMType>
apiDocs: string
apiRequestChain: LLMChain<string, LLMType>
callbackManager?: CallbackManager

⚠️ Deprecated ⚠️

Use callbacks instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

callbacks?: Callbacks
headers?: Record<string, string>
inputKey?: string
metadata?: Record<string, unknown>
outputKey?: string

Key to use for output, defaults to output

tags?: string[]
verbose?: boolean

Generated using TypeDoc