fix(constants): remove "null" from OPENAI_FINISH_REASONS to align with OpenAI spec

This commit is contained in:
Chesars 2026-02-26 00:22:10 -03:00
parent a4fc73f892
commit 3f1167e5b7

View file

@ -1202,7 +1202,6 @@ OPENAI_FINISH_REASONS = [
"function_call",
"tool_calls",
"content_filter",
"null",
]
HUMANLOOP_PROMPT_CACHE_TTL_SECONDS = int(
os.getenv("HUMANLOOP_PROMPT_CACHE_TTL_SECONDS", 60)