Skip to content

Commit

Permalink
docs: still working
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvammi committed May 17, 2024
1 parent 2599041 commit 672d3a3
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Below table summarizes the input/output types of different task types.
For ex: notebooks can only take JSON serializable parameters as input
but can return json/pydantic/objects.

| | Input | Output |
| Task | Input | Output |
| -------- | :---------------------: | :----------------------: |
| python | json, pydantic, object via function arguments | json, pydantic, object as ```returns``` |
| notebook | json via cell tagged with ```parameters``` | json, pydantic, object as ```returns``` |
Expand Down
Loading

0 comments on commit 672d3a3

Please sign in to comment.