PCHD#86418 S(ai_enabled) & 8 = Laat AI een opdracht omschrijving genereren bij nieuwe opdrachten
svn path=/Database/trunk/; revision=67871
This commit is contained in:
@@ -2475,6 +2475,8 @@ FAC_LCL('lcl_mld_ai_afmeldtekst_instructions', 'Het volgende user-bericht is jso
|
||||
, 'The user will supply json data, this data represent a ticket in an FMIS. Use this data to generate a conclusion and return only that brief summary')
|
||||
FAC_LCL('lcl_mld_ai_faq_instructions', 'Het volgende user-bericht is json data die een melding in een FMIS representeert. Gebruik deze data om een FAQ item te genereren. Dwz 1 hoofdvraag (alias ''question'') die in dit ticket wordt beantwoord, en dat antwoord (alias ''answer'')'
|
||||
, 'The user will supply json data, this data represent a ticket in an FMIS. Use this data to generate one FAQ item, meaning one main question that this ticket answers, and that answer')
|
||||
FAC_LCL('lcl_mld_opdr_ai_descr_instructions', 'Het volgende user-bericht is json data die een melding in een FMIS representeert. Er wordt nu een nieuwe werk-opdracht aangemaakt van type ''{0}''. Genereer een relevante werk-opdracht omschrijving voor deze nieuwe werk-opdracht, de doelgroep is de uitvoerder die deze werkopdracht ontvangt. Geef alleen deze omschrijving terug, zonder voorwoord, introductie, prefixes of quotes'
|
||||
, 'The user will supply json data, this data represent a ticket in an FMIS. Right now, a new workorder of type ''{0}'' is being created. Generate a relevant workorder description for this new workorder, the target audience is the contractor receiving this workorder. Return only this description, without preface, introduction, prefixes or quotes')
|
||||
FAC_LCL('lcl_mld_afmeldtext', 'Tekst bij afmelden', 'Text when closing')
|
||||
FAC_LCL('lcl_mld_stdconceptstatus', 'Instemming vooraf', 'Upfront consent')
|
||||
FAC_LCL('lcl_mld_stdconceptstatus_0', 'Geen instemming nodig', 'No consent needed')
|
||||
|
||||
@@ -543,7 +543,7 @@ DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'udr_graph_gauge_colors'
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'udr_graph_pie_colors' , 'string' , '[''#003478'',''#6685ae'',''#e37b00'',''#0b94f9'',''#81ce58'',''#f3d736'',''#acaa65'',''#a222c4'',''#5b9bc3'',''#1c40eb'',''#037011'',''#d192e7'',''#f88625'',''#93b89f'',''#bf6b87'',''#a2b41a'',''#f76979'',''#f41181'',''#73eb59'',''#32d1d0'',''#a00bed'',''#66fe6b'',''#b94d5b'']' , 'Colors being used for pie charts (string!)')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'use_wildcard_with_suggests' , 'number' , '2' , 'Use wildcards for all sugest fields (0=no wildcard, 1=text*, 2=*text*)')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'usrrap_refreshrate' , 'number' , '60' , 'time between auto refresh of selected usrraps (seconds)')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACFAC', 'ai_enabled' , 'number' , '0' , 'Enable AI to: &1; generate subjects for calls from their description (configuration needed) &2; generate FAQs for calls &4; generate text for closing calls &8; (not implemented) find similar calls')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACFAC', 'ai_enabled' , 'number' , '0' , 'Enable AI (65535=all (incl. future) AI features)' || CHR(10) || '&1; generate subjects for calls from their description (configuration needed)' || CHR(10) || '&2; generate FAQs for calls' || CHR(10) || '&4; generate text for closing calls' || CHR(10) || '&8; generate new order descriptions')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'ai_endpoint' , 'string' , 'https://ai-fac-prod-openai-studio.openai.azure.com/openai/deployments/ai-fac-prod-4o/chat/completions?api-version=2024-08-01-preview', 'AI API endpoint url')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'ai_apikey' , 'string' , 'CCV3nRxb3ohPwxlwPQBjGFWqDSPTilfLHjsfhGBRjOEmlfgRtRzwJQQJ99AKACfhMk5XJ3w3AAABACOG7TGx', 'APIKEY for AI services')
|
||||
DEFINE_SETTING('MSG', 0001, 'WEB_PRSSYS', 'msg_photo_size' , 'string' , 'r512x512' , 'Resize uploads to this maximum MSG photo size. Ex: r200x150')
|
||||
|
||||
Reference in New Issue
Block a user