{{ 'PAC.Xpert.MessageHistory' | translate: { Default: 'Message History' } }}
@for (template of promptTemplates(); track template.id; let i = $index) { @if (promptTemplateFullscreen() === template.id) { } @else { } }
{{ 'PAC.Xpert.Attachments' | translate: { Default: 'Attachments' } }}
@if (attachmentEnabled()) {
{{ 'PAC.Xpert.Resolution' | translate: { Default: 'Resolution' } }}
{{ 'PAC.Xpert.High' | translate: { Default: 'High' } }}
{{ 'PAC.Xpert.Low' | translate: { Default: 'Low' } }}
}
{{ 'PAC.Xpert.Node' | translate: { Default: 'Node' } }}
@if (!isPrimaryAgent()) {
{{ 'PAC.Xpert.Sensitive' | translate: { Default: 'Sensitive' } }}
{{ 'PAC.Xpert.End' | translate: { Default: 'End' } }}
}
{{ 'PAC.Xpert.DisableOutput' | translate: { Default: 'Disable Output' } }}
{{ 'PAC.Xpert.FileUnderstanding' | translate: { Default: 'File Understanding' } }}
@if (showFileUnderstandingEmbeddingWarning()) {
{{ 'PAC.Xpert.FileUnderstandingEmbeddingUnavailable' | translate : { Default: 'No available Embedding model is configured. Configure an enabled Embedding Copilot with a Text Embedding model before relying on file vector search.' } }}
}
{{ 'PAC.Xpert.ParallelToolCalls' | translate: { Default: 'Parallel tool calls' } }}
{{ 'PAC.Xpert.RetryOnFailure' | translate: { Default: 'Retry on failure' } }}
@if (retryEnabled()) {
{{ 'PAC.Xpert.StopAfterAttempt' | translate: { Default: 'Stop After Attempt' } }}
}
{{ 'PAC.Xpert.FallbackModel' | translate: { Default: 'Fallback Model' } }}
@if (fallbackEnabled()) { }
{{ 'PAC.Xpert.OutputStructure' | translate: { Default: 'Output Structure' } }}
@if (structuredOutputMethod()) { @if (toolsets()?.length) {
{{ 'PAC.Xpert.DonotToolCallingAndStructured' | translate: { Default: 'Cannot use tool calls and structured output at the same time!' } }}
} } @else {
content
string
{{ 'PAC.Xpert.GenerateContent' | translate: { Default: 'Generate content' } }}
}
@if (loading()) { } @if (openedExecution()) {
}
@for (execution of executions(); track execution.id) { } @empty {
{{ 'PAC.Xpert.NoExecutionYet' | translate: { Default: 'No execution yet' } }}
}
@if (diagram$ | async; as diagram) { @if (diagram.image) { Diagram Image } @else {
{{ diagram.error }}
} } @else { }
@for (option of StructuredOutputMethodOptions; track option.value) {
{{ option.label | i18n }}
{{ option.description | i18n }}
}