mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-13 01:06:03 +00:00
feat(agent-runner): expose effective prompt and transcript history
This commit is contained in:
committed by
huanghuoguoguo
parent
3dc579feb3
commit
bd690a79f0
@@ -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