[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-26 08:45:48 +00:00 committed by GitHub
parent dd021838e7
commit 3d5a34871f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -227,9 +227,7 @@ class AgentNode(Node[AgentNodeData]):
if parameter_name in ("query", "instruction") and not for_log:
contents: list[dict[str, Any]] = []
has_file = False
vision_detail = (
node_data.vision.configs.detail if node_data.vision.enabled else None
)
vision_detail = node_data.vision.configs.detail if node_data.vision.enabled else None
for segment in segment_group.value:
if isinstance(segment, (ArrayFileSegment, FileSegment)):