Function#
- class nemo_microservices.types.shared_params.Function
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.
Bases: TypedDict
The arguments to call the function with, as generated by the model in JSON format.
The name of the function to call.