Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaans committed Jun 14, 2024
1 parent 85d18f5 commit 2440c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/open-source/action-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ config that crucially contains the `action_type` (but doesn't have any other spe


### Making a custom `ActionFactory`
To use our new action with an agent in a conversation, we will need to create an `ActionFactory` that can produce instances the action.
To use our new action with an agent in a conversation, we will need to create an `ActionFactory` that can produce instances of the action.


We will store the code above in `nylas_send_email.py` and create a factory that can create this action for an agent:
Expand Down

0 comments on commit 2440c7e

Please sign in to comment.