We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c15fc commit c476316Copy full SHA for c476316
1 file changed
src/TokenKit/TokenKit.csproj
@@ -17,7 +17,11 @@
17
<PackageProjectUrl>https://github.com/AndrewClements84/TokenKit</PackageProjectUrl>
18
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19
<PackageReadmeFile>README.md</PackageReadmeFile>
20
- <PackageTags>LLM;Tokenization;CLI;AI;Prompt;SDK;ToolKit;Validation</PackageTags>
+ <PackageTags>
21
+ tokenizer;tokenization;gpt;gpt4;gpt5;openai;ai;llm;anthropic;claude;
22
+ nlp;language-model;tokens;cost-estimation;usage-tracking;prompt;prompting;
23
+ model-registry;developer-tools;dotnet;net;cli;ai-toolkit
24
+ </PackageTags>
25
</PropertyGroup>
26
27
<ItemGroup>
0 commit comments