Home > llm-ops > chainSchema
chainSchema interface
Chain
构造函数的参数数据结构。
Signature:
typescript
export interface chainSchema
export interface chainSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
chainName? | string | (Optional) | |
llm? | LLM | (Optional) | |
llmSchema? | createLLMSchema | (Optional) |