Skip to content

Commit 2947e01

Browse files
authored
Merge pull request #217 from TheovanKraay/fix/sdk-description-length
fix(cosmosdb-sdk): trim description to meet 1024-char Agent Skills spec limit
2 parents 5dfc297 + fd15005 commit 2947e01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

skills/cosmosdb-sdk/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: cosmosdb-sdk
33
description: |
44
Azure Cosmos DB SDK best practices for .NET, Java, Python, Spring Boot, and
55
LangChain: singleton client, async APIs, connection modes, retry handling,
6-
diagnostics, serialization, emulator configuration, ETags, circuit breaker,
7-
availability strategy, and framework-specific patterns.
6+
diagnostics, serialization, emulator configuration, ETags,
7+
and framework-specific patterns.
88
USE FOR: CosmosClient singleton, async API, Direct vs Gateway mode, retry 429,
99
preferred regions, excluded regions, availability strategy, circuit breaker,
1010
SDK diagnostics, serialization enums, emulator SSL, ETag concurrency,
1111
conditional create, patch increment, continuation token, content response,
1212
Spring Data Cosmos, Spring Boot versions, Newtonsoft dependency, namespace collision,
1313
Python async deps, local dev config, LangChain Cosmos DB saver, LangGraph checkpointer,
14-
MCP persistent session, MCP tool content format, MCP tool filtering,
15-
LangChain JS vectorstore, LangChain JS chat history, LangChain JS semantic cache.
14+
MCP persistent session, tool content format, tool filtering,
15+
LangChain JS vectorstore, chat history, semantic cache.
1616
DO NOT USE FOR: data modeling (use cosmosdb-data-modeling), queries (use cosmosdb-query-optimization),
1717
partition keys (use cosmosdb-partition-key).
1818

0 commit comments

Comments
 (0)