MCPcopy 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]

Calls

no outgoing calls

Tested by

no test coverage detected