Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 468 Bytes

simple-response-builder.md

File metadata and controls

9 lines (5 loc) · 468 Bytes

Simple Response Builder

Using a collection of text segments and a query, execute the query on each segment, gathering the responses into an array. Return a combined string containing all responses.

Pros: Useful for individually querying each text segment with the same query

Cons: Not suitable for complex and detailed answer