File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
integration-test/integration Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44
55- Support Google Gemini thought signatures.
66- Support ` gemini-3-pro-preview ` model.
7+ - Support ` gemini-3-flash-preview ` model.
78- Fix deepseek reasoning with openai-chat API #228
89- Support ` ~ ` in dynamic string parser.
910- Support removing nullable values from LLM request body if the value in extraPayload is null. #232
Original file line number Diff line number Diff line change 3131 " google/gemini-2.0-flash"
3232 " google/gemini-2.5-pro"
3333 " google/gemini-3-pro-preview"
34+ " google/gemini-3-flash-preview"
3435 " openai/gpt-4.1"
3536 " openai/gpt-5"
3637 " openai/gpt-5-codex"
Original file line number Diff line number Diff line change 8383 :requiresAuth? true
8484 :models {" gemini-2.0-flash" {}
8585 " gemini-2.5-pro" {}
86- " gemini-3-pro-preview" {}}}
86+ " gemini-3-pro-preview" {}
87+ " gemini-3-flash-preview" {}}}
8788 " ollama" {:url " ${env:OLLAMA_API_URL:http://localhost:11434}" }}
8889 :defaultBehavior " agent"
8990 :behavior {" agent" {:systemPrompt " ${classpath:prompts/agent_behavior.md}"
You can’t perform that action at this time.
0 commit comments