Commit d4b98bf
1570 Address PR review: null-safe Ollama response format and quieter empty-connection log
- OllamaChatAction: guard against a missing responseFormat when a response map
is present, avoiding a NullPointerException.
- ListConnectionsForComponentToolCallback: log a component with no connection
definition at DEBUG instead of WARN; it is an expected case already tracked by
the "empty" state metric.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 51b5396 commit d4b98bf
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- server
- ee/libs/ai/ai-copilot/ai-copilot-tool/src/main/java/com/bytechef/ee/ai/copilot/tool
- libs/modules/components/ai/llm/ollama/src/main/java/com/bytechef/component/ai/llm/ollama/action
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments