FunctionCall#
- class nemo_microservices.types.shared_params.FunctionCall
Bases:
TypedDict- arguments: Required[str]
The arguments to call the function with, as generated by the model in JSON format.
- name: Required[str]
The name of the function to call.