feat: Enable dynamic toggling of tool choice in v3 agent loop for OpenAI [LET-4564] (#5042)
* Add subsequent flag * Finish integrating constrained/unconstrained toggling on v3 agent loop * Update tests to run on v3 * Run lint
This commit is contained in:
committed by
Caren Thomas
parent
c465da27e6
commit
df5c997da0
7
tests/configs/llm_model_configs/openai-gpt-4.1.json
Normal file
7
tests/configs/llm_model_configs/openai-gpt-4.1.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"context_window": 1047576,
|
||||
"model": "gpt-4.1-2025-04-14",
|
||||
"model_endpoint_type": "openai",
|
||||
"model_endpoint": "https://api.openai.com/v1",
|
||||
"model_wrapper": null
|
||||
}
|
||||
Reference in New Issue
Block a user