Fix format

This commit is contained in:
balalo
2025-03-18 11:09:40 +01:00
parent 2e1a18503b
commit 1c19777d5e

View File

@@ -362,6 +362,7 @@ class LLMSetToolsFrame(DataFrame):
tools: List[dict]
@dataclass
class LLMSetToolChoiceFrame(DataFrame):
"""A frame containing a tool choice for an LLM to use for function calling."""