Skip to content

Commit

Permalink
more 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snakajima committed May 9, 2024
1 parent bfb6503 commit 3ef4bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/graphai/test_source_prop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test("test source props test", async () => {
});

const graphData_literal = {
version: 0.2,
version: 0.3,
nodes: {
source: {
value: "apple",
Expand All @@ -44,12 +44,12 @@ const graphData_literal = {
params: {
template: "${0}, ${1}, ${2}.",
},
inputs: ["source", "\"orange\"", undefined],
inputs: [":source", "orange", undefined],
isResult: true,
},
step2: {
agent: "sleeperAgent",
inputs: ["source2", { lemon: "yellow" }],
inputs: [":source2", { lemon: "yellow" }],
isResult: true,
},
},
Expand Down

0 comments on commit 3ef4bd2

Please sign in to comment.