Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Jan 29, 2025
1 parent 5dc7814 commit f9a589d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/graph/interview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ export const graph_data = {
// Displays the response to the user.
agent: "copyAgent",
inputs: {
content: ":translate.text",
role: ":context.person1.name",
message: {
content: ":translate.text",
role: ":context.person1.name",
},
},
},
reducer: {
Expand Down

0 comments on commit f9a589d

Please sign in to comment.