Enumeration PromptFunctionParamsType

The type of parameters supported for agentic functions

Enumeration Members

Enumeration Members

Boolean: "boolean"

The parameter is a boolean.

Number: "number"

The parameter is a number.

String: "string"

The parameter is a string.