Home > llm-ops > chainCallSchema
chainCallSchema interface
Chain类的call方法的参数数据结构。
Signature:
typescript
export interface chainCallSchemaexport interface chainCallSchemaProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| prompt? | messageType[] | (Optional) | |
| request | messageType | string | ||
| struct? | structSchema | (Optional) | |
| verbose? | boolean | (Optional) |