Typed-arguments convenience: serialize the struct args to its JSON wire
shape via vibe's serializeToJson and forward to the Json-arguments
getPrompt. Mirrors the typed callTool(T) so callers can pass a
strongly typed prompt-argument struct instead of hand-building a Json
object.
Typed-arguments convenience: serialize the struct args to its JSON wire shape via vibe's serializeToJson and forward to the Json-arguments getPrompt. Mirrors the typed callTool(T) so callers can pass a strongly typed prompt-argument struct instead of hand-building a Json object.