Skip to content

Commit fb877e1

Browse files
authored
Merge pull request #87 from nikunj8866/86-glossary-md-small-typo-in-generative-ai-glossary-entry
2 parents 7e178f4 + e71b92f commit fb877e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GLOSSARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
66
* **Candidate Count**: The number of different response options an LLM generates internally.
77
* **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_.
9-
* **Generative AI**: Overaching term describing AI models that generate content as requested in a prompt.
9+
* **Generative AI**: Overarching 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.
1111
* **MCP**: The "Model Context Protocol", a proposed standard for connecting AI assistants to the systems where data lives.
1212
* **Message**: A single message, either a user prompt, a model response, or a system prompt—optionally containing of multiple message parts.

0 commit comments

Comments
 (0)