feat: expose AGENT_SESSION_ID env var to extension child processes (#7072)
This commit is contained in:
@@ -256,7 +256,7 @@ 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, None, None)
|
||||
.add_extension(extension_config, None, None, None)
|
||||
.await?;
|
||||
let mut results = Vec::new();
|
||||
for tool_call in tool_calls {
|
||||
|
||||
Reference in New Issue
Block a user