diff --git a/fern/workflows.mdx b/fern/workflows.mdx index 143dff0b4..de45b3615 100644 --- a/fern/workflows.mdx +++ b/fern/workflows.mdx @@ -60,7 +60,7 @@ Workflows break down your AI voice agent's behavior into discrete, manageable ac Asks a question and uses AI conditions to evaluate the response and determine the next step. This enables natural conversational flow without needing to explicitly gather variables, as the AI interprets the semantic meaning of responses. - + Makes calls to external APIs using GET or POST methods. Configure request headers and body, and define extraction rules to capture specific data from the JSON response. Optionally, enable asynchronous execution so that the workflow proceeds while awaiting the API response.