mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 12:07:43 +00:00
feat: add stdout into workspace for easier debugging (#1236)
* refactor: use get_truncated_stdout for consistent stdout handling across modules * lint * feat: add dump_stdout_type to DSRunnerCoSTEERSettings and use in eval * fix: avoid circular import by moving DSRunnerEvaluator import inside method
This commit is contained in:
@@ -69,7 +69,7 @@ class FeatureCoSTEEREvaluator(CoSTEEREvaluator):
|
||||
workflow_code=implementation.all_codes,
|
||||
)
|
||||
user_prompt = T(".prompts:feature_eval.user").r(
|
||||
stdout=shrink_text(result.stdout),
|
||||
stdout=result.get_truncated_stdout(),
|
||||
workflow_stdout=workflow_stdout,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user