Skip to content

@mirego/forra-api


@mirego/forra-api / tools / ToolParameter

Interface: ToolParameter

Indexable

[key: string]: unknown

Properties

description

description: string


enum?

optional enum: string[]


items?

optional items: unknown


name

name: string


properties?

optional properties: Record\<string, unknown>


required?

optional required: boolean


type

type: "string" | "number" | "boolean" | "object" | "array"