Apply applies the thinking configuration to the request body. Parameters: - body: Original request body JSON - config: Unified thinking configuration - modelInfo: Model registry information containing ThinkingSupport properties Returns: - Modified request body JSON - ThinkingError if the configura
(body []byte, config ThinkingConfig, modelInfo *registry.ModelInfo)
| 116 | // - Modified request body JSON |
| 117 | // - ThinkingError if the configuration is invalid or unsupported |
| 118 | Apply(body []byte, config ThinkingConfig, modelInfo *registry.ModelInfo) ([]byte, error) |
| 119 | } |
no outgoing calls
no test coverage detected