Skip to content

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

PropertyModifiersTypeDescription
bound?boolean(Optional)
prompt?messageType[](Optional)
requestmessageType | string
schema?string(Optional)
typeName?string(Optional)
verbose?boolean(Optional)

Released under the MIT License.