Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehamilton committed Nov 8, 2024
1 parent 2d448a5 commit 5bb44bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopper/agent/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"category": "agent",
"name": "shopper",
"version": "0.1.0",
"version": "0.1.1",
"description": "I can help you find and buy products to solve your problems",
"tags": [
"shopping",
Expand Down
2 changes: 1 addition & 1 deletion shopper/agent/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
delete formValues[""];

const callData = {
agent_id: "flatirons.near/shopper/0.1.0",
agent_id: "flatirons.near/shopper/0.1.1",
new_message: JSON.stringify({"order": formValues}),
thread_id: "$thread_id",
max_iterations: 1
Expand Down

0 comments on commit 5bb44bd

Please sign in to comment.