mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
fix: log agent runner best-effort failures
This commit is contained in:
committed by
huanghuoguoguo
parent
0cdecbbf36
commit
d419ee4139
@@ -243,7 +243,11 @@ class TestRegistryMetadataForPipeline:
|
||||
# extracted config at top level.
|
||||
assert len(stages) == 1
|
||||
assert stages[0]['name'] == 'plugin:alice/my-agent/custom'
|
||||
assert stages[0]['config'] == [{'name': 'param1', 'type': 'string'}]
|
||||
assert stages[0]['config'] == [{
|
||||
'name': 'param1',
|
||||
'type': 'string',
|
||||
'id': 'plugin:alice/my-agent/custom.param1',
|
||||
}]
|
||||
|
||||
|
||||
class TestDescriptorValidation:
|
||||
|
||||
Reference in New Issue
Block a user