Extract PromptLibrary to prompt_library (#23285)

This PR extracts the `PromptLibrary` out of the `assistant` crate and
moves it to the `prompt_library` crate.

The `PromptLibrary` is now decoupled from the specifics of the
`AssistantPanel` and `InlineAssistant`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-01-17 10:28:27 -05:00 committed by GitHub
parent 81dd68d696
commit cb35b73020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1224 additions and 1148 deletions

View file

@ -58,7 +58,6 @@ project.workspace = true
prompt_library.workspace = true
proto.workspace = true
regex.workspace = true
release_channel.workspace = true
rope.workspace = true
rpc.workspace = true
schemars.workspace = true