Skip to content
Merged
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/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Enable calling any generative AI implementation using a uniform API in various p
This section lists the key requirements that this project must meet. For explanation on specific terms, see the [glossary](./GLOSSARY.md).

* MUST support any kinds of AI implementation, i.e. cloud-based AI, server-side AI, client-side AI.
* MUST define clear, language-agnostic data structures for AI inputs and outputs, precise enough to allow for consistent implementation across languages (e.g. express in JSON schema).
* MUST define clear data structures for AI inputs and outputs, precise enough to be reusable in other programming languages (e.g. an eventual client-side JavaScript implementation of the API).
* MUST support arbitrary combinations of input and output modalities, regardless of which combinations or singular modalities generative AI models support today. Such as (non comprehensive list):
* Text
* Image
Expand Down