Mock Language Model Tool Then Text
fun MockLanguageModelToolThenText(toolName: String, toolInput: JsonObject, finalText: String, toolCallId: String = "call_1"): MockLanguageModel(source)
A model whose first call requests a tool, second call (after the tool result is appended) returns a final text response.
Since
0.3.0-beta01