Table of Contents

Method Validate

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

Validate(out IReadOnlyList<string>)

Validates the metadata according to the Agent Skills specification.

public bool Validate(out IReadOnlyList<string> errors)

Parameters

errors IReadOnlyList<string>

When this method returns, contains a list of validation error messages, or an empty list if validation succeeded.

Returns

bool

true if the metadata is valid; otherwise, false.