Home > llm-ops > FunctionCallSchema
FunctionCallSchema interface
Signature:
typescript
export interface FunctionCallSchema
export interface FunctionCallSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
function_call? | function_callType | (Optional) | |
functions? | functionsType | (Optional) | |
prompt? | messageType[] | (Optional) | |
request | messageType | string | ||
verbose? | boolean | (Optional) |