Table of Contents

Interface IWorkflowMatcher

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

Matches incoming requests against catalogued workflows for reuse.

public interface IWorkflowMatcher

Methods

MatchAsync(AgentRequest, CancellationToken)

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

Parameters

request AgentRequest
ct CancellationToken

Returns

Task<WorkflowMatchResult>