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