@for (template of promptTemplates(); track template.id; let i = $index) {
{{ '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.OutputStructure' | translate: { Default: 'Output Structure' } }}
{{ structuredOutputMethodOption()?.label | i18n }}
@if (structuredOutputMethod()) {
@if (toolsets()?.length) {
{{
'PAC.Xpert.DonotToolCallingAndStructured'
| translate: { Default: 'Cannot use tool calls and structured output at the same time!' }
}}
}
} @else {
{{ 'PAC.Xpert.GenerateContent' | translate: { Default: 'Generate content' } }}
}