0 || (type === 'debug-ai-chat' && apiInputFieldList.length > 0)) &&
type !== 'log'
"
- class="mb-16"
- style="padding: 0 24px"
+ class="mb-16 w-full"
+ style="padding: 0 24px; max-width: 400px"
>
-
-
+
- {{ inputFieldConfig.title }}
+ {{ inputFieldConfig.title }}
@@ -44,6 +40,15 @@
+
+ {{
+ $t('chat.operation.startChat')
+ }}
+ {{ $t('common.cancel') }}
+ {{
+ $t('common.confirm')
+ }}
+
@@ -60,6 +65,7 @@ const props = defineProps<{
type: 'log' | 'ai-chat' | 'debug-ai-chat'
api_form_data: any
form_data: any
+ first: boolean
}>()
// 用于刷新动态表单
const dynamicsFormRefresh = ref(0)
@@ -67,7 +73,7 @@ const inputFieldList = ref