docs: update problem statement with progressive discovery details - #14
Open
kurtisvg wants to merge 1 commit into
Open
docs: update problem statement with progressive discovery details#14kurtisvg wants to merge 1 commit into
kurtisvg wants to merge 1 commit into
Conversation
Comment on lines
+119
to
+121
| 3. **Server-provided semantics:** Servers can communicate relationships, | ||
| entrypoints, and task-oriented guidance without prescribing the client's | ||
| search or prompt implementation. |
There was a problem hiding this comment.
I think one question this raises is if we intend to try and solve disambiguation here - things like tool-prefixing for namespacing purposes, which has the side-effect of causing server-provided primitive usage guidance to not exactly match the client's semantics.
| entrypoints, and task-oriented guidance without prescribing the client's | ||
| search or prompt implementation. | ||
| 4. **Dynamic correctness:** Discovery can reflect authorization, configuration, | ||
| and catalog changes while remaining cacheable. |
There was a problem hiding this comment.
Clarify that this is about maintaining a stable prompt cache prefix; this will be confused for the TTL work I think.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial strawman for a problem statement from @SamMorrowDrums, @helloeve, and myself.