Prevent sampleless speaker identities
PR and Push Build/Test / build-and-test (push) Successful in 8m38s

This commit is contained in:
2026-06-02 10:39:00 +02:00
parent a3bad1bdd4
commit e3f4e87319
10 changed files with 101 additions and 50 deletions
@@ -317,7 +317,7 @@ public sealed class WorkflowRulesEditorChatPipeline : IWorkflowRulesEditorChatPi
AIFunctionFactory.Create(
tools.CreateIdentity,
"create_identity",
"Create a speaker identity with optional canonicalName, aliases, and candidateNames. Returns the created identity JSON."),
"Refuse sampleless speaker identity creation and explain that identities must be created from an existing transcript speaker sample."),
AIFunctionFactory.Create(
tools.UpdateIdentity,
"update_identity",