Table of Contents

Class AgentDefinition

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record AgentDefinition : IEquatable<AgentDefinition>
Inheritance
AgentDefinition
Implements
Inherited Members

Properties

AutoSpawn

public bool AutoSpawn { get; set; }

Property Value

bool

Id

public string Id { get; set; }

Property Value

string

MaxTurns

public int MaxTurns { get; set; }

Property Value

int

Model

public string Model { get; set; }

Property Value

string

Parameters

public ModelParameters Parameters { get; set; }

Property Value

ModelParameters

Provider

public string Provider { get; set; }

Property Value

string

SystemPrompt

public string SystemPrompt { get; set; }

Property Value

string

Tools

public string[] Tools { get; set; }

Property Value

string[]