Skip to content

Commit c25b126

Browse files
committed
Update link to custom functions
This linked to Cloud Functions, but should link to Custom Functions (as the arcade shows).
1 parent f996bad commit c25b126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/control-flow/backend-logic/api/streaming-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Here's how exactly you do it:
195195

196196
### 5. Extract chart data
197197

198-
The API returns a detailed summary as text, but to display counts of positive, neutral, and negative reviews on chart, you need to extract these data from the text. To achieve this, you can write a simple [custom function](../../../../ff-concepts/adding-customization/cloud-functions.md). Once the stream ends, pass the full text to the custom function to extract the relevant data and save the output in the `sentimentValues` page state variable we created earlier.
198+
The API returns a detailed summary as text, but to display counts of positive, neutral, and negative reviews on chart, you need to extract these data from the text. To achieve this, you can write a simple [custom function](../../../../ff-concepts/adding-customization/custom-functions.md). Once the stream ends, pass the full text to the custom function to extract the relevant data and save the output in the `sentimentValues` page state variable we created earlier.
199199

200200
Here's how you do it:
201201

0 commit comments

Comments
 (0)