add_function_calls_to_request
Takes a FunctionCallSet
, which is a DTO of the function name, description and args with descriptions, and stringifies it
class JsonPrompter
Constructs a prompt for the LLM to respond only with a JSON object. Given a series of Function definitions, lists the LLM’s options of functions to call, the description, and the expected payload.