Hi, i am new with pheonix, and i am experimenting with traces and prompts management. we are using gpt5.2/5.1 with web-search. i am not seeing option to add web-search as a tool and also not able to replay trace prompt due to web-search tool(says that only function tool and custom are allowed). any way to fix it ?
Phoenix currently does not support adding web-search as a tool in the prompt management UI or Playground; only function tools and custom tools are supported for tool calls. Replay of traces involving web-search is not possible because Phoenix's tool integration is limited to function-based tools, and web-search is not exposed as a selectable tool type in the UI or prompt schema [source, source, source].There is no documented workaround to enable web-search as a tool or to replay traces with web-search in Phoenix as of now. You may monitor for future updates or request this feature via GitHub issues if it is critical for your workflow [source]. Would you like more detail on prompt tool configuration or trace replay limitations?Sources: - https://arize.com/docs/phoenix/prompt-engineering/overview-prompts - https://arize.com/docs/phoenix/prompt-engineering/overview-prompts/prompts-in-code - https://arize-ai.github.io/phoenix/interfaces/_arizeai_phoenix-client.prompts_sdks_toOpenAI.ChatCompletionCreateParams.WebSearchOptions-1.html
๐กย Hint: Mention RunLLM in the thread for followups.
