Skip to content

agents / Exports / IParameterValidationResult

Interface: IParameterValidationResult

Parameter validation result

Table of contents

Properties

Properties

isValid

isValid: boolean

Whether parameters are valid

Defined in

packages/agents/src/interfaces/tool.ts:138


errors

errors: string[]

Validation error messages

Defined in

packages/agents/src/interfaces/tool.ts:140

Released under the MIT License.