Replies: 3 comments 1 reply
-
@jc3ds for a small amount of data you can use function chaining to map and filter data. For larger scenarios we recommend using a native function for processing and then result the filtered results. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The extension method |
Beta Was this translation helpful? Give feedback.
-
To follow up on issue #508, it would be great to have the capability to do some kind of MapReduce on arrays of strings.
Scenarios like WebSearch returning more than one result would benefit from
According to the documentation: "Branching features such as "if", "for", and code blocks are not part of SK's template language. This reflects SK's design principle of using natural language as much as possible, with a clear separation from conventional programming code."
So, what would be the recommended way to implement such a scenario?
Beta Was this translation helpful? Give feedback.
All reactions