↓ 3 callersFunctiontool_item(
state: ToolBlockState,
*,
status: str,
arguments: str = "",
input_text: str = "",
)
core/openai_responses/streaming/completion.py:115
↓ 2 callersFunction_append_message_item(
role: str,
content: Any,
messages: list[dict[str, Any]],
system_parts: list[str],
*,
core/openai_responses/input.py:189