Table of Contents

Class AgentVersions

Namespace
JD.AI.Core.Agents
Assembly
JD.AI.Core.dll

Validates and parses the numeric version formats supported by the file-backed agent registry.

public static class AgentVersions
Inheritance
AgentVersions
Inherited Members

Methods

IsSupported(string?)

public static bool IsSupported(string? version)

Parameters

version string

Returns

bool

Normalize(string, string)

public static string Normalize(string version, string paramName = "version")

Parameters

version string
paramName string

Returns

string

ParseOrZero(string)

public static Version ParseOrZero(string version)

Parameters

version string

Returns

Version