diff --git a/components/llmkit/_meta.yml b/components/llmkit/_meta.yml new file mode 100644 index 000000000..1c3b8e686 --- /dev/null +++ b/components/llmkit/_meta.yml @@ -0,0 +1,3 @@ +title: LLM Kit +category: components +tag: new \ No newline at end of file diff --git a/components/llmkit/chain-of-thought.md b/components/llmkit/chain-of-thought.md index 68a5c3b23..a86fd6e5e 100644 --- a/components/llmkit/chain-of-thought.md +++ b/components/llmkit/chain-of-thought.md @@ -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 diff --git a/components/llmkit/checkpoint.md b/components/llmkit/checkpoint.md index c3298687f..a1ed43d13 100644 --- a/components/llmkit/checkpoint.md +++ b/components/llmkit/checkpoint.md @@ -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 diff --git a/components/llmkit/citation.md b/components/llmkit/citation.md index 1ea17dd47..8b3b3b832 100644 --- a/components/llmkit/citation.md +++ b/components/llmkit/citation.md @@ -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 diff --git a/components/llmkit/overview.md b/components/llmkit/overview.md index b77bb976c..52ec2be2f 100644 --- a/components/llmkit/overview.md +++ b/components/llmkit/overview.md @@ -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 diff --git a/components/llmkit/reasoning.md b/components/llmkit/reasoning.md index 6f58f36a5..e11a83d46 100644 --- a/components/llmkit/reasoning.md +++ b/components/llmkit/reasoning.md @@ -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 diff --git a/components/llmkit/tool-call.md b/components/llmkit/tool-call.md index 389ff039c..7e9878506 100644 --- a/components/llmkit/tool-call.md +++ b/components/llmkit/tool-call.md @@ -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