mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
remove duplicated output
This commit is contained in:
parent
948ee24775
commit
9fa9045d19
5
90.md
5
90.md
|
@ -168,9 +168,8 @@ Consult [Appendix 1: Example](#appendix-1-examples)'s [Summarization of a podcas
|
||||||
"tags": [
|
"tags": [
|
||||||
[ "i", "https://bitcoin.review/episode1.mp3", "url" ],
|
[ "i", "https://bitcoin.review/episode1.mp3", "url" ],
|
||||||
[ "params", "range", "900", "930" ],
|
[ "params", "range", "900", "930" ],
|
||||||
[ "output", "text/vtt" ],
|
[ "output", "text/plain" ],
|
||||||
[ "bid", "50000" ],
|
[ "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 |
|
| 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.
|
| `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.
|
| `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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user