You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add supportsTemperature and Responses API flags
Extend ModelInfo schema with supportsTemperature and usesResponsesApi
capabilities to control request param inclusion and API selection.
Refactor OpenAiNativeHandler to generically handle Responses API models
instead of hardcoded families, normalizing IDs and gating temperature,
verbosity, and max token params via getModelParams.
Update GlamaHandler, LiteLLMHandler, UnboundHandler, and XAIHandler to
use getModelParams for capability-aware temperature/max token handling.
Enhance tests to cover Responses API flows, conversation continuity,
and temperature stripping for unsupported models, replacing SSE mocks
with SDK responses.create where applicable.
test(openai-native.spec): add fallback for unexpected call count
Adds explicit error throwing in mock implementations when
callCount does not match expected cases. Ensures tests fail
with clear messages on unexpected execution paths, improving
debuggability and test reliability.
"Codex Mini: Cloud-based software engineering agent powered by codex-1, a version of o3 optimized for coding tasks. Trained with reinforcement learning to generate human-style code, adhere to instructions, and iteratively run tests.",
0 commit comments