parent
72761797a2
commit
308cb9e537
47 changed files with 177 additions and 77 deletions
|
@ -74,6 +74,7 @@ libc.workspace = true
|
|||
minidumper.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
action_log.workspace = true
|
||||
assistant_tool.workspace = true
|
||||
assistant_tools.workspace = true
|
||||
client = { workspace = true, features = ["test-support"] }
|
||||
|
|
|
@ -1724,7 +1724,7 @@ async fn test_remote_agent_fs_tool_calls(cx: &mut TestAppContext, server_cx: &mu
|
|||
.await
|
||||
.unwrap();
|
||||
|
||||
let action_log = cx.new(|_| assistant_tool::ActionLog::new(project.clone()));
|
||||
let action_log = cx.new(|_| action_log::ActionLog::new(project.clone()));
|
||||
let model = Arc::new(FakeLanguageModel::default());
|
||||
let request = Arc::new(LanguageModelRequest::default());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue