Skip to content

Home > llm-ops > chainSchema

chainSchema interface

Chain 构造函数的参数数据结构。

Signature:

typescript
export interface chainSchema
export interface chainSchema

Properties

PropertyModifiersTypeDescription
chainName?string(Optional)
llm?LLM(Optional)
llmSchema?createLLMSchema(Optional)

Released under the MIT License.