Class AgentDetailInfo
- Namespace
- JD.AI.Dashboard.Wasm.Models
- Assembly
- JD.AI.Dashboard.Wasm.dll
public record AgentDetailInfo : IEquatable<AgentDetailInfo>
- Inheritance
-
AgentDetailInfo
- Implements
-
- Inherited Members
-
Properties
AssignedSkills
public SkillInfo[] AssignedSkills { get; init; }
Property Value
- SkillInfo[]
Id
public string Id { get; init; }
Property Value
- string
IsDefault
public bool IsDefault { get; init; }
Property Value
- bool
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
public ToolInfo[] Tools { get; init; }
Property Value
- ToolInfo[]