MCPcopy Create free account
hub / github.com/VibeBench/VibeSearchBench / LLMFunction

Class LLMFunction

agent/llm.py:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59# ============================================================================
60
61class LLMFunction:
62 __slots__ = ("name", "arguments")
63
64 def __init__(self, name: str, arguments: str):
65 self.name = name
66 self.arguments = arguments
67
68
69class LLMToolCall:

Callers 3

_parse_gemini_responseFunction · 0.85
_parse_claude_responseFunction · 0.85
_parse_azure_responseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected