Table of Contents

Class SpawnAgentRequest

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

Constructors

SpawnAgentRequest(string, string, string?)

public SpawnAgentRequest(string Provider, string Model, string? SystemPrompt = null)

Parameters

Provider string
Model string
SystemPrompt string

Properties

Model

public string Model { get; init; }

Property Value

string

Provider

public string Provider { get; init; }

Property Value

string

SystemPrompt

public string? SystemPrompt { get; init; }

Property Value

string