Skip to Content

SavedToolParameter

Defined in: src/lib/db/savedTools/types.ts:9 

A single parameter definition within a saved tool.

Properties

defaultValue?

optional defaultValue: string

Defined in: src/lib/db/savedTools/types.ts:14 

The default value currently in the HTML — replaced with the LLM-provided value at invocation.


description

description: string

Defined in: src/lib/db/savedTools/types.ts:11 


required?

optional required: boolean

Defined in: src/lib/db/savedTools/types.ts:12 


type

type: "string" | "number" | "boolean"

Defined in: src/lib/db/savedTools/types.ts:10 

Last updated on