* Studio: forward preserve_thinking + reasoning_effort on the OpenAI passthrough * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Provide _request_reasoning_kwargs on the responses passthrough test backend mock The OpenAI passthrough body builder now asks the active backend for capability-gated reasoning kwargs. The responses stream adapter test fakes the backend with a bare SimpleNamespace, so give it the same method a non-reasoning template would expose (returns None, keeping chat_template_kwargs out of the captured body). * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Shorten the backend mock comment --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Han <danielhanchen@gmail.com> |
||
|---|---|---|
| .. | ||
| data_recipe | ||
| .gitkeep | ||
| __init__.py | ||
| auth.py | ||
| chat_history.py | ||
| datasets.py | ||
| export.py | ||
| inference.py | ||
| llama.py | ||
| mcp_servers.py | ||
| models.py | ||
| prompts.py | ||
| providers.py | ||
| rag.py | ||
| settings.py | ||
| training.py | ||
| training_history.py | ||