Table of Contents

Class WorkflowClassifyRequest

Namespace
JD.AI.Gateway.Models
Assembly
JD.AI.Gateway.dll
public record WorkflowClassifyRequest : IEquatable<WorkflowClassifyRequest>
Inheritance
WorkflowClassifyRequest
Implements
Inherited Members

Constructors

WorkflowClassifyRequest(string)

public WorkflowClassifyRequest(string Prompt)

Parameters

Prompt string

Properties

Prompt

public string Prompt { get; init; }

Property Value

string