Init prompt store in agent eval (#29068)
Needed after #28915 Release Notes: - N/A
This commit is contained in:
parent
b1d5918fdc
commit
327fee4d22
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ pub fn init(cx: &mut App) -> Arc<AgentAppState> {
|
||||||
languages::init(languages.clone(), node_runtime.clone(), cx);
|
languages::init(languages.clone(), node_runtime.clone(), cx);
|
||||||
assistant_tools::init(client.http_client().clone(), cx);
|
assistant_tools::init(client.http_client().clone(), cx);
|
||||||
context_server::init(cx);
|
context_server::init(cx);
|
||||||
|
prompt_store::init(cx);
|
||||||
let stdout_is_a_pty = false;
|
let stdout_is_a_pty = false;
|
||||||
let prompt_builder = PromptBuilder::load(fs.clone(), stdout_is_a_pty, cx);
|
let prompt_builder = PromptBuilder::load(fs.clone(), stdout_is_a_pty, cx);
|
||||||
agent::init(fs.clone(), client.clone(), prompt_builder.clone(), cx);
|
agent::init(fs.clone(), client.clone(), prompt_builder.clone(), cx);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue