Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic input-output example template (JSON) #33

Open
dorchard opened this issue Sep 12, 2024 · 1 comment
Open

Generic input-output example template (JSON) #33

dorchard opened this issue Sep 12, 2024 · 1 comment

Comments

@dorchard
Copy link
Member

dorchard commented Sep 12, 2024

Proposed template (ish)

   "function_name": 
    {
      "id": <string>,
      "description": <string>,
      "input": {
        0: ...,
        1: ....,
      },
      "output": {....} OR "output_path": {....}
    }
 }

Questions:

  • Does MATLAB have some JSON data structure format?
  • Probably we cannot capture stdout so having a field ("stdout": OR "stdout_path": ) may not be possible to capture automatically from MATLAB to put in this format.
@dorchard
Copy link
Member Author

If output is < 50 characters then it can go in directly, otherwise it needs to be put into a file

@dorchard dorchard changed the title Generic input-output example template Generic input-output example template (JSON) Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant