Views
No views yet
frappe.get_all(...)) to retrieve the required data.doctype: the ERPNext document type.question: the user's question in natural language.fields: a list of relevant field names predicted by Stage 2.1{
2 "doctype": "Purchase Invoice Advance",
3 "question": "List the reference types used in advance payments made this month.",
4 "fields": ["reference_type"]
5}