Skip to content

Home > llm-ops > FunctionCallSchema

FunctionCallSchema interface

Signature:

typescript
export interface FunctionCallSchema
export interface FunctionCallSchema

Properties

PropertyModifiersTypeDescription
function_call?function_callType(Optional)
functions?functionsType(Optional)
prompt?messageType[](Optional)
requestmessageType | string
verbose?boolean(Optional)

Released under the MIT License.