Spaces:
Running
Running
Commit ·
c02193c
1
Parent(s): 512c532
Deploy 2026-02-03 08:57:26
Browse files
src/flow/ui/services/test_service.py
CHANGED
|
@@ -314,7 +314,7 @@ class TestService:
|
|
| 314 |
name=agent_config.name,
|
| 315 |
framework=cfg.get("framework", "maf"),
|
| 316 |
instructions=cfg.get("instructions"),
|
| 317 |
-
|
| 318 |
compaction=compaction,
|
| 319 |
tools=cfg.get("tools", "standard"),
|
| 320 |
)
|
|
|
|
| 314 |
name=agent_config.name,
|
| 315 |
framework=cfg.get("framework", "maf"),
|
| 316 |
instructions=cfg.get("instructions"),
|
| 317 |
+
llm_config=cfg.get("llm_config"),
|
| 318 |
compaction=compaction,
|
| 319 |
tools=cfg.get("tools", "standard"),
|
| 320 |
)
|