{"version":3,"file":"query_constructor.cjs","names":[],"sources":["../../src/schema/query_constructor.ts"],"sourcesContent":["/**\n * A simple data structure that holds information about an attribute. It\n * is typically used to provide metadata about attributes in other classes\n * or data structures within the LangChain framework.\n */\nexport class AttributeInfo {\n  constructor(\n    public name: string,\n    public type: string,\n    public description: string\n  ) {}\n}\n"],"mappings":";;;;;;;;AAKA,IAAa,gBAAb,MAA2B;CACzB,YACE,MACA,MACA,aACA;AAHO,OAAA,OAAA;AACA,OAAA,OAAA;AACA,OAAA,cAAA"}