diff --git a/docs/open-source/action-agents.mdx b/docs/open-source/action-agents.mdx index 92a472857..65e5a324a 100644 --- a/docs/open-source/action-agents.mdx +++ b/docs/open-source/action-agents.mdx @@ -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: