call

open fun call(toolInput: String): String


open fun call(toolInput: String, toolContext: <Error class: unknown class>?): String

Bridges Spring AI's ToolContext with Embabel's ToolCallContext. Converts any incoming Spring AI ToolContext to an Embabel ToolCallContext and passes it explicitly to the tool.