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