UNPKG
doctool
Version:
latest (1.1.0)
1.1.0
1.0.0
AI-powered documentation validation and management system
github.com/narthur/doctool
narthur/doctool
doctool
/
dist
/
src
/
agents
/
storyAgent.js
6 lines
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Agent
}
from
"praisonai"
;
export
const
storyAgent =
new
Agent
({
instructions
:
"Generate a very short story (2-3 sentences) about artificial intelligence with emojis."
,
name
:
"StoryAgent"
, });
//# sourceMappingURL=storyAgent.js.map