MCPcopy Create free account
hub / github.com/AI45Lab/Code / definitions

Method definitions

core/src/agent_api/direct_tools.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 }
25
26 pub(super) fn definitions(&self) -> Vec<ToolDefinition> {
27 self.tool_executor.definitions()
28 }
29
30 pub(super) fn names(&self) -> Vec<String> {
31 self.tool_executor

Callers 5

namesMethod · 0.45
build_agent_loopFunction · 0.45
build_command_contextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected