Skip to content

Commit 2487190

Browse files
authored
Merge pull request #149 from FlutterFlow/puf-link-to-custom-function-s
Update link to custom functions
2 parents f996bad + c25b126 commit 2487190

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)