toolCalling

abstract val toolCalling: StateFlow<Pair<String, ToolPresentation>?>(source)

first 为 agent 正在调用工具的 callId,也就是 io.github.autotweaker.api.types.agent.AgentMessage.Tool.Call.callId

second 为用于调用过程中展示的 i18n 信息。

当没有正在进行的工具调用时,此属性为 null。