What Phoenix forwards
Phoenix doesn’t maintain a hardcoded list of supported provider tools — anything the underlying provider SDK accepts is round-tripped as-is. Examples that have been verified end-to-end against the playground:| Provider | Examples verified in Phoenix |
|---|---|
| Anthropic | web_search, code_execution, computer_use |
| OpenAI Responses API | web_search, file_search, code_interpreter, computer_use_preview, tool_search |
| Google Gemini | google_search grounding |
| Amazon Bedrock | provider-specific tool blocks are forwarded verbatim |

