Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ with_items
Method
with_items
core/src/agent/tests.rs:1327–1330 ·
view source on GitHub ↗
(mut self, items: Vec<ContextItem>)
Source
from the content-addressed store, hash-verified
1325
}
1326
1327
fn with_items(mut self, items: Vec<ContextItem>) -> Self {
1328
self.items = items;
1329
self
1330
}
1331
}
1332
1333
#[async_trait::async_trait]
Callers
4
test_agent_with_context_provider
Function · 0.45
test_agent_context_provider_events
Function · 0.45
test_agent_multiple_context_providers
Function · 0.45
test_agent_build_augmented_system_prompt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected