| 4829 | * default behaviour (and the model_alias_* fallbacks below) intact. */ |
| 4830 | if (effort_seen) { |
| 4831 | got_thinking = true; |
| 4832 | /* Responses-API effort of "minimal" / "none" maps to disabled |
| 4833 | * thinking. Other effort values choose between HIGH and MAX. */ |
| 4834 | if (reasoning_effort == DS4_THINK_NONE) thinking_enabled = false; |
| 4835 | } |
| 4836 | } else if (!strcmp(key, "previous_response_id") || |
| 4837 | !strcmp(key, "conversation")) |
| 4838 | { |
no outgoing calls
no test coverage detected