agentscope.service.web.search 源代码

# -*- coding: utf-8 -*-
"""Search question in the web"""
from typing import Any
from ..service_response import ServiceResponse
from ...utils.common import _requests_get
from ..service_status import ServiceExecStatus