mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 05:21:36 +00:00
Added documentation
This commit is contained in:
parent
976cbc4e0a
commit
cac7f70b16
@ -107,7 +107,7 @@ public record ChatTemplate(
|
||||
|
||||
template = new ChatTemplate
|
||||
{
|
||||
Num = 0,
|
||||
Num = 0, // will be set later by the PluginConfigurationObject
|
||||
Id = id.ToString(),
|
||||
Name = name,
|
||||
SystemPrompt = systemPrompt,
|
||||
|
||||
@ -98,7 +98,7 @@ public sealed record EmbeddingProvider(
|
||||
|
||||
provider = new EmbeddingProvider
|
||||
{
|
||||
Num = 0,
|
||||
Num = 0, // will be set later by the PluginConfigurationObject
|
||||
Id = id.ToString(),
|
||||
Name = name,
|
||||
UsedLLMProvider = usedLLMProvider,
|
||||
|
||||
@ -122,7 +122,7 @@ public record Profile(
|
||||
|
||||
template = new Profile
|
||||
{
|
||||
Num = 0,
|
||||
Num = 0, // will be set later by the PluginConfigurationObject
|
||||
Id = id.ToString(),
|
||||
Name = name,
|
||||
NeedToKnow = needToKnow,
|
||||
|
||||
@ -143,7 +143,7 @@ public sealed record Provider(
|
||||
|
||||
provider = new Provider
|
||||
{
|
||||
Num = 0,
|
||||
Num = 0, // will be set later by the PluginConfigurationObject
|
||||
Id = id.ToString(),
|
||||
InstanceName = instanceName,
|
||||
UsedLLMProvider = usedLLMProvider,
|
||||
|
||||
@ -98,7 +98,7 @@ public sealed record TranscriptionProvider(
|
||||
|
||||
provider = new TranscriptionProvider
|
||||
{
|
||||
Num = 0,
|
||||
Num = 0, // will be set later by the PluginConfigurationObject
|
||||
Id = id.ToString(),
|
||||
Name = name,
|
||||
UsedLLMProvider = usedLLMProvider,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user