We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e178f4 + e71b92f commit fb877e1Copy full SHA for fb877e1
docs/GLOSSARY.md
@@ -6,7 +6,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
6
* **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, e.g. text generation or image generation.
8
* **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.
+* **Generative AI**: Overarching term describing AI models that generate content as requested in a prompt.
10
* **Implementer API**: The API used by people that want to _implement_ AI features in their own software/products.
11
* **MCP**: The "Model Context Protocol", a proposed standard for connecting AI assistants to the systems where data lives.
12
* **Message**: A single message, either a user prompt, a model response, or a system prompt—optionally containing of multiple message parts.
0 commit comments