When using Function Calls in a Semantic Kernel Prompt Template, and naming an injected KernelArgument to be passed to the function. The argument is converted to a str() by the VarBlock causing the ...
The template should be a simple "hello, world" tool which accepts a name (non-required), and formats a greeting response. If the name isn't provided, "world" should be used for that greeting. For ...