mirascope.core.litellm.tool¶
The LiteLLMTool
class for easy tool usage with LiteLLM LLM calls.
Usage Documentation
LiteLLMTool
¶
Bases: OpenAITool
A simple wrapper around OpenAITool
.
Since LiteLLM uses the OpenAI spec, we change nothing here.