MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / is_tool_calls_required

Method is_tool_calls_required

python/src/workflow/executor.rs:740–745  ·  view source on GitHub ↗
(output: &serde_json::Value)

Source from the content-addressed store, hash-verified

738
739 #[inline]
740 fn is_tool_calls_required(output: &serde_json::Value) -> bool {
741 output
742 .get("type")
743 .and_then(|v| v.as_str())
744 .is_some_and(|kind| kind == "tool_calls_required")
745 }
746
747 #[inline]
748 fn stream_event_name(event: &StreamEvent) -> &'static str {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected