↓ 1 callersFunction_protocol_event_yuxi_event(
event: dict[str, Any],
*,
message_id: str | None,
thread_id: str | None,
namespace: list
backend/package/yuxi/services/chat_service.py:244
↓ 1 callersMethod_rank_candidate_pages(
cls,
candidate_pages: list[tuple[dict[str, Any], str]],
query_text: str,
)
backend/package/yuxi/knowledge/implementations/notion.py:309
↓ 1 callersFunction_read_thread_file(
client: httpx.AsyncClient,
headers: dict[str, str],
thread_id: str,
path: str,
)
backend/test/e2e/test_subagent_stream_e2e.py:158
↓ 1 callersMethod_score_page(
cls,
query_text: str,
title: str,
properties: dict[str, str],
conten
backend/package/yuxi/knowledge/implementations/notion.py:627
↓ 1 callersFunction_send_chat_message(
client: httpx.AsyncClient,
headers: dict[str, str],
*,
thread_id: str,
agent_config_id:
backend/test/e2e/test_attachment_and_agent_state.py:61
↓ 1 callersMethod_set_cached_page_markdown(self, cache_key: tuple[str, str, str, str], content: str)
backend/package/yuxi/knowledge/implementations/notion.py:427
↓ 1 callersFunction_state_for_child(
description: str,
runtime: ToolRuntime,
*,
parent_thread_id: str,
file_thread_id: str,
backend/package/yuxi/agents/middlewares/subagent_task.py:189
↓ 1 callersFunction_upload(
client: httpx.AsyncClient,
headers: dict[str, str],
*,
agent_id: str,
thread_id: str,
backend/test/e2e/test_viewer_filesystem_e2e.py:118
↓ 1 callersFunction_upload_attachment(
client: httpx.AsyncClient,
headers: dict[str, str],
*,
thread_id: str,
file_path: Path,
backend/test/e2e/test_attachment_and_agent_state.py:26