Table of Contents

Class WorkflowMatchResult

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

Match result from the workflow catalog.

public sealed record WorkflowMatchResult : IEquatable<WorkflowMatchResult>
Inheritance
WorkflowMatchResult
Implements
Inherited Members

Constructors

WorkflowMatchResult(AgentWorkflowDefinition, float, string)

Match result from the workflow catalog.

public WorkflowMatchResult(AgentWorkflowDefinition Definition, float Score, string MatchReason)

Parameters

Definition AgentWorkflowDefinition
Score float
MatchReason string

Properties

Definition

public AgentWorkflowDefinition Definition { get; init; }

Property Value

AgentWorkflowDefinition

MatchReason

public string MatchReason { get; init; }

Property Value

string

Score

public float Score { get; init; }

Property Value

float