Table of Contents

Class TagWorkflowMatcher

Namespace
JD.AI.Workflows
Assembly
JD.AI.Workflows.dll

Tag-only workflow matcher — simpler variant without exact name matching.

public sealed class TagWorkflowMatcher : IWorkflowMatcher
Inheritance
TagWorkflowMatcher
Implements
Inherited Members

Constructors

TagWorkflowMatcher(IWorkflowCatalog)

public TagWorkflowMatcher(IWorkflowCatalog catalog)

Parameters

catalog IWorkflowCatalog

Methods

MatchAsync(AgentRequest, CancellationToken)

public Task<WorkflowMatchResult?> MatchAsync(AgentRequest request, CancellationToken ct = default)

Parameters

request AgentRequest
ct CancellationToken

Returns

Task<WorkflowMatchResult>