mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 12:56:02 +00:00
chore(agent): remove v1 wording from runner internals
This commit is contained in:
@@ -1432,7 +1432,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
||||
) -> typing.AsyncGenerator[dict[str, Any], None]:
|
||||
"""Run an AgentRunner component.
|
||||
|
||||
Yields AgentRunResult dicts per Protocol v1.
|
||||
Yields AgentRunResult dicts.
|
||||
"""
|
||||
gen = self.call_action_generator(
|
||||
LangBotToRuntimeAction.RUN_AGENT,
|
||||
|
||||
Reference in New Issue
Block a user