def call_default_endpoint()

in Lab1_ai_evaluation/target_ai_api/target_ai_api.py [0:0]


    def call_default_endpoint(query: str) -> Response:
        return {"query": "What is the capital of United Kingdom?", "response": "London"}