mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
refactor(agent-runner): remove protocol_version from various components and update related documentation
This commit is contained in:
@@ -159,4 +159,4 @@ class TestBuildAdapterContext:
|
||||
|
||||
context = QueryEntryAdapter.build_adapter_context(query, binding=None)
|
||||
|
||||
assert context == {'params': {}, 'query_id': 123, 'prompt_get': False}
|
||||
assert context == {'params': {}, 'query_id': 123}
|
||||
|
||||
Reference in New Issue
Block a user