[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["Arbitrary expressions of any type are specified, with the context determining the response type."],["A JSON representation is used, including intermediate values within a directed acyclic graph and a final result."],["The `values` field maps keys to ValueNodes, representing all intermediate values in the computation."],["The `result` field indicates which ValueNode in `values` is the final result."]]],["The core content describes a structure for representing arbitrary expressions and their computations. It uses a JSON format with two main components: `values` and `result`. `values` is a map of intermediate computations, where each key-value pair represents a step, and the graph formed by these computations must be acyclic. `result` specifies the `string` key within `values` that represents the final outcome of the computation. The type of the response is determined by the context.\n"]]