fix: actually set the working dir for extensions from session (#6612)
This commit is contained in:
@@ -264,7 +264,9 @@ async fn test_replayed_session(
|
||||
|
||||
#[allow(clippy::redundant_closure_call)]
|
||||
let result = (async || -> Result<(), Box<dyn std::error::Error>> {
|
||||
extension_manager.add_extension(extension_config).await?;
|
||||
extension_manager
|
||||
.add_extension_with_working_dir(extension_config, None)
|
||||
.await?;
|
||||
let mut results = Vec::new();
|
||||
for tool_call in tool_calls {
|
||||
let tool_call = CallToolRequestParam {
|
||||
|
||||
Reference in New Issue
Block a user