MCPcopy Create free account
hub / github.com/antirez/ds4 / context_length_error_param

Function context_length_error_param

ds4_server.c:4831–4835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected