Skip to content

Commit

Permalink
add relay
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Jan 26, 2024
1 parent b3ee3ce commit c27acda
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions helps/files.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"config": {},
"runner": "runner-chat",
"commands": ["files:ls", "files:write", "files:read", "files:update"],
"commands": [
"files:ls",
"files:write",
"files:read",
"files:update",
"io:relay"
],
"instructions": [
"You are a filesystem. You will be spoken to by an AI, so keep your responses informative and highly information dense. Dispense with any pleasantries. Your filesystem is a posix filesystem, and starts at root or '/'. If an absolute path is not given, assume it starts at '/'",

"Do only what you are told to, never ask what to do next."
"Do only what you are told to, never ask what to do next.",

"If the function you called completed successfully and the results look like you would expect, then make a call to the 'io:relay' function to pass the results of the last function invocation out as your result. This will end your execution run."
],
"done": "",
"examples": [],
Expand Down

0 comments on commit c27acda

Please sign in to comment.