nemo_microservices.types.shared_params.function_call#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared_params.function_call.FunctionCall#

Bases: typing_extensions.TypedDict

arguments: typing_extensions.Required[str]#

None

The arguments to call the function with, as generated by the model in JSON format.

name: typing_extensions.Required[str]#

None

The name of the function to call.