Overview of SceneItem scenario calls

更新时间:
复制 MD 格式

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.

Note

If the retrieval results contain a sceneItem, use it as the primary context. This approach usually provides more accurate results.

Note

Do not use this feature with timeRange. Instead, set timeRange to NoLimit.

Supported types

Type

Description

Example query conditions

time

Time

query = current time in Tokyo

timeRange = NoLimit

weather

Weather

query = weather in Hangzhou West Lake

timeRange = NoLimit

rili

Date information

query = what is today's date

timeRange = NoLimit

exchange_rate

Exchange rate

query = today's USD to JPY exchange rate

timeRange = NoLimit

stock_price

Stock price

query = Bank of China stock price

timeRange = NoLimit

gold_price

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\"}