Skip to content

Commit a3b3692

Browse files
authored
Fix typo in docs for Completion LLM Capability (#570)
1 parent aa4a2e8 commit a3b3692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt/prompt-llm/src/commonMain/kotlin/ai/koog/prompt/llm/LLMCapability.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public sealed class LLMCapability(public val id: String) {
125125
/**
126126
* Represents the "completion" capability for Language Learning Models (LLMs). This capability
127127
* typically encompasses the generation of text or content based on the given input context.
128-
* It belongs to the `LLMCapability` sealed class hierarchy and is identifiable by the `embed` ID.
128+
* It belongs to the `LLMCapability` sealed class hierarchy and is identifiable by the `completion` ID.
129129
*
130130
* This capability can be utilized within an LLM to perform tasks such as completing a sentence,
131131
* generating suggestions, or producing content that aligns with the given input data and context.

0 commit comments

Comments
 (0)