You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/REQUIREMENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Enable calling any generative AI implementation using a uniform API in various p
19
19
This section lists the key requirements that this project must meet. For explanation on specific terms, see the [glossary](./GLOSSARY.md).
20
20
21
21
* MUST support any kinds of AI implementation, i.e. cloud-based AI, server-side AI, client-side AI.
22
-
* 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).
22
+
* MUST define cleardata 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).
23
23
* 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):
0 commit comments