↓ 2 callersFunctionrender_segments(
segments: Iterable[Segment],
ctx: RenderCtx,
*,
limit_chars: int,
status: str | None,
)
messaging/transcript/renderer.py:12
↓ 1 callersMethod__init__(
self,
interval: float,
function: Callable[..., None],
args: tuple[Any, ...]
tests/messaging/test_session_store_edge_cases.py:33
↓ 1 callersFunction_alias_nim_schema_property_names(
value: Any,
*,
reserved: set[str],
alias_to_original: dict[str, str],
original_to_alias:
providers/nvidia_nim/tool_schema.py:176
↓ 1 callersFunction_append_input_item(
item: Any,
*,
messages: list[dict[str, Any]],
system_parts: list[str],
pending_reasoning
core/openai_responses/input.py:81
↓ 1 callersFunction_apply_gemini_tool_call_signatures(
body: dict[str, Any],
*,
tool_call_extra_content_by_id: dict[str, dict[str, Any]] | None,
)
providers/gemini/quirks.py:162