Table of Contents

Property SupervisorPromptTemplate

Namespace
LMKit.Agents.Orchestration
Assembly
LM-Kit.NET.dll

SupervisorPromptTemplate

Gets or sets the system prompt template for the supervisor.

Use {workers} as a placeholder for the worker descriptions. Set to null to use the supervisor's existing prompt.

public string SupervisorPromptTemplate { get; set; }

Property Value

string