Skip to content

agent-core / Exports / IParameterValidationResult

Interface: IParameterValidationResult

Parameter validation result

Table of contents

Properties

Properties

isValid

isValid: boolean

Whether parameters are valid

Defined in

packages/agent-core/src/interfaces/tool.ts:141


errors

errors: string[]

Validation error messages

Defined in

packages/agent-core/src/interfaces/tool.ts:143

Released under the MIT License.