Commit Graph
45344 Commits
Author SHA1 Message Date
Chenjianyu 599b701b1b * make prompt audit dynamic change when the user inputs new value. 2023-07-14 15:00:15 +08:00
Chenjianyu 1073d65c89 * add basic prompt audit view. 2023-07-14 14:07:02 +08:00
Chenjianyu 53bcf6e72d * add prompt audit session state. 2023-07-14 14:06:15 +08:00
liwenrui 23ce5c0d2a * tweak prompt action menus, bug #36513,36532. 2023-07-14 13:53:13 +08:00
liwenrui ba6228a4b3 * set ordering for prompts, bug #36538. 2023-07-14 13:36:38 +08:00
liwenrui 4bdc7aa5ce * prevent showing message on first submit button, bug #36535. 2023-07-14 09:50:11 +08:00
liwenrui 30a89ec066 * validate model config input, bug #36511. 2023-07-14 09:08:22 +08:00
liwenrui f747f42e29 * make sure button states sync on model editing page. 2023-07-13 17:11:45 +08:00
liwenrui 8246fab746 * tweak checkbox styles. 2023-07-13 16:43:03 +08:00
liwenrui 68fce4a04d * enable buttons after going testing. 2023-07-13 16:38:30 +08:00
liwenrui 4f0737522e * and use 0 as model for now. 2023-07-13 14:45:54 +08:00
liwenrui 160bb8900f * lift disabled on model selection. 2023-07-13 14:43:24 +08:00
liwenrui ebea2ee345 * use is_numeric cause is_int wont work properly on strings. 2023-07-13 14:24:20 +08:00
liwenrui 78358c95e4 * make prompt active on finish. 2023-07-13 14:02:18 +08:00
liwenrui 9651d5aecd * rename prompt execute. 2023-07-13 11:19:16 +08:00
liwenrui 08bbfc4a76 * print ai buttons with links, comment on menuPrint config. 2023-07-13 11:11:36 +08:00
liwenrui b0e4758a09 * fix unable to inject data. 2023-07-13 10:37:01 +08:00
liwenrui 5c7634b39a + ai prompt execute method, task #97520. 2023-07-13 10:33:34 +08:00
liwenrui bf66174a9e + ai data injection, task #97267. 2023-07-12 16:09:30 +08:00
Chenjianyu 332c3fe6a7 * add go to test action for the prompt list. 2023-07-12 15:00:16 +08:00
Chenjianyu 978448675f * add publish and unpublish action for the prompt list. 2023-07-12 14:48:25 +08:00
liwenrui 2db5db0795 * show status on ai prompt buttons. 2023-07-11 16:56:43 +08:00
liwenrui 05bf530d27 * refactor. 2023-07-11 16:07:37 +08:00
Chenjianyu 5301f5e5f4 * add table statics for prompts. 2023-07-11 15:56:20 +08:00
liwenrui 58a7976e2f + prompt entrance printing, task #96984,96985. 2023-07-11 15:34:35 +08:00
Chenjianyu 0a8d535e07 * alter alter to zui messager. 2023-07-11 14:32:30 +08:00
Chenjianyu 39198bc7ce * add return confirm dialog. 2023-07-11 14:10:47 +08:00
Chenjianyu f311965136 * adjust style. 2023-07-11 10:46:46 +08:00
Chenjianyu 4cc65609db * make progress bar jump back to list. 2023-07-11 10:38:49 +08:00
Chenjianyu 56f3a2a038 * add validate for prompt assign role. 2023-07-11 10:30:46 +08:00
Chenjianyu 535e400138 * add save action for prompt design progress bar. 2023-07-11 10:25:49 +08:00
Chenjianyu b1941e29ea * add validate for prompt design progress bar. 2023-07-11 10:14:48 +08:00
Chenjianyu 1937b9ed35 * add validate for prompt design. 2023-07-11 10:05:27 +08:00
Chenjianyu 43e7af2c9f * add validate for prompt set purpose. 2023-07-11 09:36:42 +08:00
Chenjianyu af1d01af9e * fix a style cause overflow. 2023-07-11 09:00:34 +08:00
Chenjianyu f77389cbd7 * fix languages. 2023-07-11 08:50:24 +08:00
Chenjianyu 1219b1a17b * add validate for prompt select data source. 2023-07-11 08:48:45 +08:00
Chenjianyu 473938bcf3 * fix submit button id conflict. 2023-07-10 16:14:34 +08:00
Chenjianyu c9cd289391 * make the design progress bar step more precise. 2023-07-10 15:56:55 +08:00
Chenjianyu af8b46a1b5 * change the method of jump to the next page. 2023-07-10 15:01:58 +08:00
Chenjianyu 911120b4b6 * remove dead code. 2023-07-10 14:35:35 +08:00
liwenrui dcfe10a7fa * handle empty inputs. 2023-07-10 14:28:45 +08:00
Chenjianyu 2b799c6598 * add save button to the design nav bar. 2023-07-10 14:22:33 +08:00
liwenrui 13f5511c4c * fix typo. 2023-07-10 13:37:11 +08:00
liwenrui 2af7ca9df8 * actually redirect to most recent object that user has access of on clicking go testing button, task #96982. 2023-07-10 13:29:27 +08:00
liwenrui c6b183b4ea * make helper functions private. 2023-07-10 10:26:02 +08:00
liwenrui b0281c6ebc * make return value of executePrompt consistent. 2023-07-10 10:22:37 +08:00
liwenrui d888309bbc + prompt execution, now able to execute prompt on object, task #96944. 2023-07-10 10:19:28 +08:00
liwenrui b745167d1b * add go testing button on targetForm setting page. 2023-07-07 10:41:06 +08:00
liwenrui 7132bcad26 * add function calling capability. 2023-07-06 16:02:54 +08:00