Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/llmkit/_meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: LLM Kit
category: components
tag: new
1 change: 1 addition & 0 deletions components/llmkit/chain-of-thought.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: llmkit-chain-of-thought
tags: telerik,blazor,llmkit,chain of thought,agent,ai,reasoning
published: True
position: 1
components: ["llmkit", "chainofthought"]
---

# Blazor LLM Kit ChainOfThought
Expand Down
1 change: 1 addition & 0 deletions components/llmkit/checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: llmkit-checkpoint
tags: telerik,blazor,llmkit,checkpoint,agent,ai,restart
published: True
position: 2
components: ["llmkit", "checkpoint"]
---

# Blazor LLM Kit Checkpoint
Expand Down
1 change: 1 addition & 0 deletions components/llmkit/citation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: llmkit-citation
tags: telerik,blazor,llmkit,citation,ai,sources,references
published: True
position: 3
components: ["llmkit", "citation"]
---

# Blazor LLM Kit Citation
Expand Down
1 change: 1 addition & 0 deletions components/llmkit/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: llmkit-overview
tags: telerik,blazor,llmkit,ai,agent,chain of thought,tool call,reasoning,citation,checkpoint
published: True
position: 0
components: ["llmkit", "chainofthought", "citation", "checkpoint", "reasoning", "toolcall"]
---

# Blazor LLM Kit Overview
Expand Down
1 change: 1 addition & 0 deletions components/llmkit/reasoning.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: llmkit-reasoning
tags: telerik,blazor,llmkit,reasoning,agent,ai,thinking,scratchpad
published: True
position: 5
components: ["llmkit", "reasoning"]
---

# Blazor LLM Kit Reasoning
Expand Down
1 change: 1 addition & 0 deletions components/llmkit/tool-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: llmkit-tool-call
tags: telerik,blazor,llmkit,tool call,agent,ai,approval,human in the loop
published: True
position: 4
components: ["toolcall"]
---

# Blazor LLM Kit ToolCall
Expand Down
Loading