Background information
In some scenarios, general search retrieval is insufficient to meet query requirements. This includes data from vertical APIs, calculation-based results, and high-quality data from non-webpage sources. This data is heterogeneous and requires intent detection for retrieval. This document describes these scenario-based results. More scenarios will be added over time.
If the retrieval results contain a sceneItem, use it as the primary context. This approach usually provides more accurate results.
Do not use this feature with timeRange. Instead, set timeRange to NoLimit.
Supported types
Type | Description | Example query conditions |
Time | query = current time in Tokyo timeRange = NoLimit | |
Weather | query = weather in Hangzhou West Lake timeRange = NoLimit | |
Date information | query = what is today's date timeRange = NoLimit | |
Exchange rate | query = today's USD to JPY exchange rate timeRange = NoLimit | |
Stock price | query = Bank of China stock price timeRange = NoLimit | |
Metal price | query = today's gold price timeRange = NoLimit |
Data structure
Field | Is empty | Description | Example |
type | No | Type | time |
detail | No | A JSON string. For the structure, see the relevant document. | {\"title\": \"Tokyo Time\", \"targetTimeZone\": \"Asia/Tokyo\", \"targetTimeMillisecond\": \"1741867198071\", \"targetTime\": \"2025-03-13 19:59:58\", \"beijingTimeZone\": \"PRC\", \"beijingTimeMillisecond\": \"1741863598071\"} |