nemo_voice_agent.evaluation.tools.restaurant_tools

View as Markdown

Module Contents

Classes

NameDescription
GetMenuToolReturns the restaurant menu. Menu content is configured per scenario.

API

class nemo_voice_agent.evaluation.tools.restaurant_tools.GetMenuTool(
menu: str = '',
description: typing.Optional[str] = None
)

Bases: StandardSchemaTool

Returns the restaurant menu. Menu content is configured per scenario.

properties
Dict[str, Any]
required_properties
List[str]
nemo_voice_agent.evaluation.tools.restaurant_tools.GetMenuTool._execute(
kwargs: typing.Any = {}
) -> typing.Dict[str, typing.Any]
async

Return the scenario-configured menu. Takes no call arguments.