Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/chat-features/reasoning-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ There is no standard way for storing reasoning content as part of the API payloa

**Workarounds:**

1. **Use a Pipe Function**: Create a custom [pipe function](/features/plugin/pipelines) that converts Open WebUI's text-based thinking format to Anthropic's structured thinking blocks before sending requests to the Anthropic API.
1. **Use a Pipe Function**: Create a custom [pipe function](/features/pipelines/pipes) that converts Open WebUI's text-based thinking format to Anthropic's structured thinking blocks before sending requests to the Anthropic API.

2. **Disable Extended Thinking**: If you don't need extended thinking for tool-calling workflows, disable it to avoid the format mismatch.

Expand Down