Utilities for Backends.
to_chat
to_chat(action: Component | CBlock, ctx: Context, formatter: ChatFormatter, system_prompt: str | None) -> list[Chat]
to_tool_calls
to_tool_calls(tools: dict[str, Callable], decoded_result: str) -> dict[str, ModelToolCall] | None