docs: add a table with an overview how propts,resources,tools,sampling is generally used#44
Merged
docs: add a table with an overview how propts,resources,tools,sampling is generally used#44
Conversation
…g is generally used
jspahrsummers
approved these changes
Nov 12, 2024
Member
jspahrsummers
left a comment
There was a problem hiding this comment.
Sorry, it's hard to suggest changes to a preformatted Markdown table 😅
Member
|
Do we want to include a flowchart similar to the following (with appropriate cleanup/simplification) somewhere too? flowchart LR
B{{What should the server do?}}
B -->|Provide context to LLM| C[Define resources in server]
C --> C1[Static data]
C --> C2[Dynamic data]
C --> C3[Real-time updates]
B -->|Enable agentic behavior| D[Define tools in server]
D --> D1[Actions for LLM to invoke]
D --> D2[Integrate with external systems]
B -->|Define reusable LLM interactions| E[Define prompts in server]
E --> E1[Templated prompts]
E --> E2[Predefined LLM tasks]
B -->|Custom LLM processing| F[Server sampling from client]
F --> F1[Recursive LLM operations]
F --> F2[Data preprocessing]
|
Co-authored-by: Justin Spahr-Summers <[email protected]>
Co-authored-by: Justin Spahr-Summers <[email protected]>
Member
Author
I am a bit worried that unless you are super into the topic, this is more confusing than clarifying. We could add an "in-depth appendix or so", but for now I'd keep it out of the docs unless you think it would be super useful. |
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.
Uh oh!
There was an error while loading. Please reload this page.