Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/GLOSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This glossary defines common terms relevant for the PHP AI Client and related pr
* **Generative AI**: Overarching term describing AI models that generate content as requested in a prompt.
* **Implementer API**: The API used by people that want to _implement_ AI features in their own software/products.
* **MCP**: The "Model Context Protocol", a proposed standard for connecting AI assistants to the systems where data lives.
* **Message**: A single message, either a user prompt, a model response, or a system prompt—optionally containing of multiple message parts.
* **Message**: A single message, either a user prompt, a model response, or a system prompt—optionally consisting of multiple message parts.
* **Message part**: A part of a message, such as a piece of text, a URL, a file, or a function call.
* **Modality**: The type or format of input provided to, or output received from, an AI model. Examples include text, image, audio, and video.
* **Model**: A specific AI model that supports arbitrary AI features and modalities. Examples include content generation, classification, embedding.
Expand Down