mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
update doc [ci skip]
This commit is contained in:
parent
c043a40868
commit
457020a0ab
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Agents
|
|||
description <<-MD
|
||||
This Agent allows you to write code in JavaScript that can create and receive events. If other Agents aren't meeting your needs, try this one!
|
||||
|
||||
At the moment, all code should be written in the `code` option. In the future, a full editor will be provided.
|
||||
You can put code in the `code` option, or put your code in a Credential and reference it from `code` with `credential:<name>` (recommended).
|
||||
|
||||
You can implement `Agent.check` and `Agent.receive` as you see fit. The following methods will be available on Agent in the JavaScript environment:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue