Commit Graph
31 Commits
Author SHA1 Message Date
liwenrui 637132f6fd * add quick switcher and title to prompt details. 2023-07-18 10:58:02 +08:00
liwenrui 5b90d1f5da * fix unable to update prompt due to false nonunique name. 2023-07-18 09:26:43 +08:00
liwenrui 220874cd7b * tweak uniqueness error message. 2023-07-17 15:51:15 +08:00
liwenrui 1dcbc64fe2 * check unique prompt name, task #97642. 2023-07-17 15:42:25 +08:00
liwenrui fc8dfe091c * fix idiotic condition error. 2023-07-17 13:22:26 +08:00
liwenrui 5865d93e9e * refactor. 2023-07-15 10:09:58 +08:00
Chenjianyu 1073d65c89 * add basic prompt audit view. 2023-07-14 14:07:02 +08:00
liwenrui ba6228a4b3 * set ordering for prompts, bug #36538. 2023-07-14 13:36:38 +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 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 978448675f * add publish and unpublish action for the prompt list. 2023-07-12 14:48:25 +08:00
liwenrui 05bf530d27 * refactor. 2023-07-11 16:07:37 +08:00
liwenrui 58a7976e2f + prompt entrance printing, task #96984,96985. 2023-07-11 15:34:35 +08:00
Chenjianyu c9cd289391 * make the design progress bar step more precise. 2023-07-10 15:56:55 +08:00
liwenrui dcfe10a7fa * handle empty inputs. 2023-07-10 14:28:45 +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 7132bcad26 * add function calling capability. 2023-07-06 16:02:54 +08:00
liwenrui a310abbfe8 * make helper function static and call with static not self. 2023-07-06 15:52:12 +08:00
Chenjianyu f9f22ffcfb * remove markdown syntax for now. 2023-07-06 09:49:57 +08:00
Chenjianyu c580c312f5 * add demo data and serialize it to prompt. 2023-07-06 09:30:53 +08:00
liwenrui 3fe1c32a64 + prompt role assigning, task #95114. 2023-06-20 15:20:22 +08:00
liwenrui 589fd1bd20 + prompt creation and list, task #94381,94384. 2023-06-15 14:49:59 +08:00
liwenrui 494f896b33 * fix head comments of ai module. 2023-06-08 16:48:49 +08:00
liwenrui 3206e9383e + ai prompts list page with modules tree, task #94380,94383. 2023-06-08 16:13:44 +08:00
liwenrui 7249113d81 * integrate current openai module into ai module and finish connection testing functionality, task #94375. 2023-06-08 13:32:15 +08:00