Files
oak-gpui/crates
Kyle Caverly e45491d2f8 Introduction of PromptTemplate and PromptChains (#3139)
(This PR was written 100% by the Inline Assistant)

This PR brings in new components into our ai and assistant crates namely
PromptTemplate and PromptChains. They offer a new way to generate
prompts that allow for a more flexible and dynamic approach than before.

Release Notes:
- Introduced PromptTemplate: an abstract base for individual parts of
the prompt.
- Added PromptChains: manage multiple PromptTemplates, sort them based
on priority and regulate the output size based on tokens.
- Provided new PromptArguments structure to encapsulate arguments needed
for PromptTemplate.
    - Extended repository_context to include PromptCodeSnippet.
2023-10-19 14:44:43 -04:00
..
2023-10-09 20:08:48 -06:00
2023-10-17 10:15:20 -06:00
2023-10-18 13:17:17 -04:00
2023-10-02 19:35:31 -04:00
2023-10-12 16:17:41 +03:00
2023-10-13 13:26:45 -04:00
2023-10-06 13:18:56 -04:00
2023-09-11 09:00:59 -06:00
2023-10-12 16:26:28 +03:00
2023-09-07 22:24:02 -06:00
2023-10-17 09:54:17 -06:00
2023-10-13 18:58:59 +02:00
2023-08-25 10:11:32 -07:00
2023-10-10 19:25:40 -06:00
2023-10-17 09:54:17 -06:00
2023-10-18 12:31:12 -04:00