Skip to content

Commit 9ef255e

Browse files
author
klapaudius
committed
Expand README with additional sampling support details
- Added dynamic model selection, multi-message context preservation, and automatic fallback descriptions. - Documented integration with tools, prompts, and resources.
1 parent 1cf26e9 commit 9ef255e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ Key benefits:
4444
- Support of streaming tools with progress notifications
4545
- Support different types of tool results such as Text, Image, Audio or Resource
4646
- Adapter-based design architecture with Pub/Sub messaging pattern
47-
- Sampling support: Tools can request LLM assistance during execution for complex reasoning tasks
47+
- **Sampling support**: Tools can request LLM assistance during execution for complex reasoning tasks
48+
- Dynamic model selection with preferences (cost, speed, intelligence)
49+
- Multi-message conversations with context preservation
50+
- Automatic capability detection and graceful fallback
51+
- Integration with tools, prompts, and resources
4852

4953
## Requirements
5054

0 commit comments

Comments
 (0)