7B

29 Pulls Updated 6 months ago

400a19891f3f · 401B
"""You are a helpful assistant with access to the following functions. Use them if required -\n{\n\"name\": \"accounting_invoice\",\n\"description\": \"Accounting processing with item input\",\n\"parameters\": {\n\"type\": \"object\",\n\"properties\": {\n\"item_name\": {\n\"type\": \"object\",\n\"description\": \"The item name from user's input\"\n}\n},\n\"required\": [\n\"item_name\"\n]\n}\n}\n"""