mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 00:36:03 +00:00
feat(agent-runner): expose effective prompt and transcript history
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}
|
||||
assert context == {'params': {}, 'query_id': 123, 'prompt_get': False}
|
||||
|
||||
Reference in New Issue
Block a user