From 9fa9045d19b93f4cbac231bff39558108a6e82ae Mon Sep 17 00:00:00 2001 From: pablof7z Date: Tue, 25 Jul 2023 17:31:31 +0300 Subject: [PATCH] remove duplicated output --- 90.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/90.md b/90.md index 99f313d4..51c49cf2 100644 --- a/90.md +++ b/90.md @@ -168,9 +168,8 @@ Consult [Appendix 1: Example](#appendix-1-examples)'s [Summarization of a podcas "tags": [ [ "i", "https://bitcoin.review/episode1.mp3", "url" ], [ "params", "range", "900", "930" ], - [ "output", "text/vtt" ], + [ "output", "text/plain" ], [ "bid", "50000" ], - [ "output", "text/plain" ] ] } ``` @@ -388,7 +387,7 @@ Output should be a stringified array of elements usually find in a nostr event' | param | req? | description | |-----------|------|-------------------------------------------------------| -| `filter` | opt | JSON-stringified `REQ`-like filter +| `filter` | opt | Stringified JSON `REQ` filter. Used to scope the desired results (e.g. specify the desired kinds) | `prompt` | opt | A human-readable description of the desired results. Which might be used with e.g. an LLM to tune the results. | `p` | opt | Array of pubkeys to generate a feed from someone else's point-of-view. This param allows for a client to choose to generate the feeds and incur the costs of its users.