MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / with_tool_calls

Method with_tool_calls

core/src/llm/mod.rs:207–210  ·  view source on GitHub ↗
(mut self, tool_calls: Vec<LlmToolCall>)

Source from the content-addressed store, hash-verified

205 /// Add tool calls to the message
206 #[inline]
207 pub fn with_tool_calls(mut self, tool_calls: Vec<LlmToolCall>) -> Self {
208 self.tool_calls = tool_calls;
209 self
210 }
211
212 /// Get content length for performance estimation
213 #[inline]

Callers 15

parse_responseMethod · 0.45
parse_responseMethod · 0.45
parse_responseMethod · 0.45
parse_responseMethod · 0.45
parse_responseMethod · 0.45
streamMethod · 0.45
parse_responseMethod · 0.45
parse_responseMethod · 0.45
parse_responseMethod · 0.45
parse_responseMethod · 0.45

Calls

no outgoing calls

Tested by 1