Share via


Function type

type Function = {
  description: string
  handler: FunctionHandler
  name: string
  parameters: Schema
}