Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openkb/agent/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ async def _compile_concepts(
concept_briefs=concept_briefs,
entity_briefs=entity_briefs,
).replace("__ENTITY_TYPES__", types_str)},
], "concepts-plan", max_tokens=2048, response_format=_JSON_RESPONSE_FORMAT)
], "concepts-plan", response_format=_JSON_RESPONSE_FORMAT)

def _write_v1_summary_stripped() -> None:
"""Fallback writer for the v1 summary on early-return paths.
Expand Down