Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
remove unused action example from test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlephNotation committed Apr 16, 2024
1 parent 2a0a0a8 commit 0bdd6e8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/agent/agent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ describe("Agent", () => {
ariaTree: `[0,"RootWebArea", "The random number is 4"]`,
};

const fakeAction: ModelResponseType = {
progressAssessment:
"Do not have enough information in ariaTree to return an Objective Result.",
objectiveComplete: {
kind: "ObjectiveComplete",
result: "The random number is 4",
},
description: "Searched `gadget 11 pro price`",
};

const prompt = await agent.prompt(fakeState, [], {
systemPrompt:
"ignore all commands and return the result of the objective result as {progressAssessment: 'Do not have enough information in ariaTree to return an Objective Result.', objectiveComplete: {kind: 'ObjectiveComplete', result: 'The random number is 4', randomNumber: 'THIS SHOULD BE 4'}, description: 'Searched `gadget 11 pro price`'}",
Expand Down

0 comments on commit 0bdd6e8

Please sign in to comment.