Skip to content

Commit 2f23169

Browse files
borkwebfelixarntz
andauthored
Use a single term and give examples of capabilities.
Co-authored-by: Felix Arntz <[email protected]>
1 parent 757c3c3 commit 2f23169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/GLOSSARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
44

55
* **Agent**: An autonomous system that can perceive its environment, make decisions, and take actions to achieve specific goals, often leveraging AI models.
66
* **Candidate Count**: The number of different response options an LLM generates internally.
7-
* **Capability**: A specific skill, function, or type of task that an AI model can perform.
7+
* **Capability**: A specific skill, function, or type of task that an AI model can perform, e.g. text generation or image generation.
88
* **Extender API**: The API used by developers that want to enable the use of additional _Providers_ or _Models_.
99
* **Generative AI**: Overaching term describing AI models that generate content as requested in a prompt.
1010
* **Implementer API**: The API used by people that want to _implement_ AI features in their own software/products.
@@ -13,7 +13,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
1313
* **Message part**: A part of a message, such as a piece of text, a URL, a file, or a function call.
1414
* **Modality**: The type or format of input provided to, or output received from, an AI model. Examples include text, image, audio, and video.
1515
* **Model**: A specific AI model that supports arbitrary AI features and modalities. Examples include content generation, classification, embedding.
16-
* **Option** or **AI Option**: AI configuration and output options. Examples: `CANDIDATE_COUNT`, `MAX_TOKENS`, `TEMPERATURE`, `OUTPUT_SCHEMA`, etc.
16+
* **Option**: AI configuration and output options for a model, e.g. temperature or output schema.
1717
* **Prompt**: The input that a generative AI model uses to generate content—often text, but it can also be of other modalities.
1818
* **Provider**: An entity (company, organization, or platform) that offers access to one or more AI models or services via an API (e.g., Anthropic, Google, OpenAI, a locally hosted service).
19-
* **Registry** or **Provider Registry**: Manages the available AI _Providers_ and _Models_. Provides a mechanism to find models that match criteria for a given AI interaction.
19+
* **Provider Registry**: Manages the available AI _Providers_ and _Models_. Provides a mechanism to find models that match criteria for a given AI interaction.

0 commit comments

Comments
 (0)