Table of Contents

Interface IPromptIntentClassifier

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

Classifies prompt intent before it reaches an LLM agent.

public interface IPromptIntentClassifier

Methods

Classify(string)

IntentClassification Classify(string prompt)

Parameters

prompt string

Returns

IntentClassification