File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
prompt/prompt-llm/src/commonMain/kotlin/ai/koog/prompt/llm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public sealed class LLMCapability(public val id: String) {
125
125
/* *
126
126
* Represents the "completion" capability for Language Learning Models (LLMs). This capability
127
127
* 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.
129
129
*
130
130
* This capability can be utilized within an LLM to perform tasks such as completing a sentence,
131
131
* generating suggestions, or producing content that aligns with the given input data and context.
You can’t perform that action at this time.
0 commit comments