nemo_microservices.types.customization.function_schema_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.customization.function_schema_param.FunctionSchemaParam#
Bases:
typing_extensions.TypedDict- description: typing_extensions.Required[str]#
None
Description of what the function does.
- name: typing_extensions.Required[str]#
None
Name of the function.
- parameters: typing_extensions.Required[nemo_microservices.types.customization.function_parameters_param.FunctionParametersParam]#
None
Parameters schema for the function.
- required: nemo_microservices._types.SequenceNotStr[str]#
None
Required parameters for the function
- strict: bool#
None
Whether the verification is in strict mode.