Type Alias OpenAPIChainOptions
OpenAPIChainOptions: { headers?: Record<string, string>; llm?: BaseChatModel<BaseFunctionCallOptions>; llmChainInputs?: LLMChainInput; params?: Record<string, string>; prompt?: BasePromptTemplate; requestChain?: BaseChain; verbose?: boolean; }
Type representing the options for creating an OpenAPI chain.