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