@caretakerai/agent 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/agent.js +1 -1
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -83,7 +83,7 @@ class Agent {
83
83
  input: (0, dedent_1.default) `
84
84
  <!-- The action must be a single executable GraphQL request e.g. -->
85
85
  \`\`\`graphql
86
- mutation {
86
+ query {
87
87
  say(input: { message: "The best number is 73!" }) {
88
88
  reply
89
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caretakerai/agent",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Single framework for building text-agents",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",