Skip to content

Commit ad6154a

Browse files
committed
Revise obsolete requirement of expressing data structures in a language agnostic way.
1 parent 2bcbf9d commit ad6154a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/REQUIREMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Enable calling any generative AI implementation using a uniform API in various p
1919
This section lists the key requirements that this project must meet. For explanation on specific terms, see the [glossary](./GLOSSARY.md).
2020

2121
* 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 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).
2323
* 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):
2424
* Text
2525
* Image

0 commit comments

Comments
 (0)