MCPcopy
hub / github.com/ModelEngine-Group/nexent / _ForwardContext

Class _ForwardContext

backend/data_process/tasks.py:388–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387@dataclass(frozen=True)
388class _ForwardContext:
389 task_id: str
390 request_id: str
391 start_time: float
392 source: str
393 index_name: str
394 source_type: str
395 original_filename: Optional[str]
396
397
398def _init_forward_context(

Callers 1

_init_forward_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected