mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
chore(agent): remove v1 wording from runner internals
This commit is contained in:
@@ -820,10 +820,10 @@ class PluginRuntimeConnector(ManagedRuntimeConnector):
|
||||
context: AgentRunContext as dict
|
||||
|
||||
Yields:
|
||||
AgentRunResult dicts per Protocol v1
|
||||
AgentRunResult dicts
|
||||
"""
|
||||
if not self.is_enable_plugin:
|
||||
# Return v1 protocol run.failed
|
||||
# Return a protocol-level failure result.
|
||||
yield {
|
||||
'type': 'run.failed',
|
||||
'data': {
|
||||
|
||||
Reference in New Issue
Block a user