Home > llm-ops > TypeScriptChainCallSchema
TypeScriptChainCallSchema interface
Represents an object that can translate natural language requests in JSON objects of the given type.
Signature:
typescript
export interface TypeScriptChainCallSchema
export interface TypeScriptChainCallSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
bound? | boolean | (Optional) | |
prompt? | messageType[] | (Optional) | |
request | messageType | string | ||
schema? | string | (Optional) | |
typeName? | string | (Optional) | |
verbose? | boolean | (Optional) |