Table of Contents

Class WorkflowProcessRequest

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

Constructors

WorkflowProcessRequest(string)

public WorkflowProcessRequest(string Prompt)

Parameters

Prompt string

Properties

Prompt

public string Prompt { get; init; }

Property Value

string