mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
style: format unformatted files and add .omc/ to prettierignore (#1539)
Co-authored-by: greatmengqi <chenmengqi.0376@bytedance.com>
This commit is contained in:
@@ -710,8 +710,13 @@ def test_full_chain_order(mock_create_agent):
|
||||
pass
|
||||
|
||||
feat = RuntimeFeatures(
|
||||
sandbox=True, memory=True, summarization=MySummarization(), subagent=True,
|
||||
vision=True, auto_title=True, guardrail=MyGuardrail(),
|
||||
sandbox=True,
|
||||
memory=True,
|
||||
summarization=MySummarization(),
|
||||
subagent=True,
|
||||
vision=True,
|
||||
auto_title=True,
|
||||
guardrail=MyGuardrail(),
|
||||
)
|
||||
create_deerflow_agent(_make_mock_model(), features=feat, plan_mode=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user