Skip to content

Home > llm-ops > chainCallSchema

chainCallSchema interface

Chain类的call方法的参数数据结构。

Signature:

typescript
export interface chainCallSchema
export interface chainCallSchema

Properties

PropertyModifiersTypeDescription
prompt?messageType[](Optional)
requestmessageType | string
struct?structSchema(Optional)
verbose?boolean(Optional)

Released under the MIT License.