We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa014a commit 3e3ce4bCopy full SHA for 3e3ce4b
agents-core/vision_agents/core/llm/llm.py
@@ -58,6 +58,8 @@ def __init__(self):
58
self.events = EventManager()
59
self.events.register_events_from_module(events)
60
self.function_registry = FunctionRegistry()
61
+ self.instructions: Optional[str] = None
62
+ self.parsed_instructions: Optional[str] = None
63
64
async def warmup(self) -> None:
65
"""
0 commit comments