type: foundry_agent name: ToolAgent description: Agent with a function tool defined. model: id: ${FOUNDRY_MODEL_DEPLOYMENT_NAME} tools: - id: MenuPlugin_GetMenu type: function description: Provides a list items on the menu. - id: MenuPlugin_GetSpecials type: function description: Provides a list of specials from the menu. - id: MenuPlugin_GetItemPrice type: function description: Provides the price of the requested menu item.