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