Manage Versions - {{ project.name }} layers {{ versions.length }} versions

Select Version Version {{ version.no }} - {{ version.caption || 'No description' }} [Published]
info This version is published and cannot be edited. Create a new version or unpublish to make changes.
Caption General System Prompt This prompt defines the overall behavior of your assistant Welcome Prompt Initial greeting message (use {{ '{{user_name}}' }} for personalization)
Model Repository ID HuggingFace model repository ID

Generation Configuration

Max New Tokens Maximum tokens to generate (1-2048) Temperature Controls randomness (0-2) Top P Nucleus sampling (0-1) Repetition Penalty Penalty for repetition (1-2)
Use Fine-Tuned Model Fine-Tune ZIP URL URL to LoRA adapter ZIP file

Intent Definitions

Example Language {{ locale.name }}
{{ intent.get('name')?.value || 'New Intent' }} {{ intent.get('caption')?.value || 'No description' }} {{ getIntentParameters(i).length }} params {{ intent.get('action')?.value || 'No API' }}
Detection Prompt:

{{ intent.get('detection_prompt')?.value || 'Not set' }}

Examples ({{ getLocaleName(selectedExampleLocale) }}):
{{ ex.example }}
Parameters: {{ param.get('required')?.value ? 'check_box' : 'check_box_outline_blank' }}
{{ param.get('name')?.value }}
{{ getParameterCaptionDisplay(param.get('caption')?.value) }} ({{ param.get('type')?.value }})
psychology

No intents defined yet.

Test Intent Detection

Enter a user message to test which intent would be detected.

User Message

Test Result:

{{ testResult.intent ? 'check_circle' : 'info' }} Intent Detected: {{ testResult.intent }} No intent matched
Confidence: {{ (testResult.confidence * 100).toFixed(0) }}%
Parameters that would be extracted:
{{ param.extracted ? 'check_circle' : 'radio_button_unchecked' }}
{{ param.name }}
{{ param.extracted ? 'Value: ' + param.value : 'Missing - would ask user' }}
layers

No version selected. Create a new version to get started.