Records a web search request issued by the agent, preserving the original query.
@type t() :: %Codex.Items.WebSearch{ id: String.t() | nil, query: String.t(), type: :web_search }