Skip to content

agents / Exports / ParameterValidationResult

Interface: ParameterValidationResult

Parameter validation result

Table of contents

Properties

Properties

isValid

isValid: boolean

Whether parameters are valid

Defined in

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


errors

errors: string[]

Validation error messages

Defined in

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

Released under the MIT License.