Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
qati committed Mar 28, 2024
1 parent 915c5cd commit 693fe7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/fetch-ai-engine/examples/simple_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ async def continue_chitchat(
await ctx.send(
sender,
ChitChatDialogueMessage(
type="agent_message", agent_message=f"I've received your message: {msg.user_message}!"
type="agent_message",
agent_message=f"I've received your message: {msg.user_message}!",
),
)
except EOFError:
Expand Down

0 comments on commit 693fe7c

Please sign in to comment.