core / Exports / FunctionCallConfig
Interface: FunctionCallConfig
Function call configuration interface
Table of contents
Properties
Properties
defaultMode
• Optional
defaultMode: FunctionCallMode
Defined in
managers/function-call-manager.ts:10
maxCalls
• Optional
maxCalls: number
Defined in
managers/function-call-manager.ts:11
timeout
• Optional
timeout: number
Defined in
managers/function-call-manager.ts:12
allowedFunctions
• Optional
allowedFunctions: string
[]