Skip to content

Commit

Permalink
Schema validation error (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
Swiftyos and GitHub Actions committed Aug 29, 2023
1 parent 0f77c18 commit c45bdac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rfcs/2023-08-28-Pagination-RFC.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Feature name | Support Pagination |
| :------------ |:-----------------------------------------|
| **Author(s)** | Merwane Hamadi ([email protected]) |
| **Author(s)** | Merwane Hamadi ([email protected]) Craig Swift ([email protected])|
| **RFC PR:** | [PR 53](https://github.com/e2b-dev/agent-protocol/pull/53) |
| **Updated** | 2023-08-28 |
| **Obsoletes** | |
Expand Down
2 changes: 1 addition & 1 deletion rfcs/2023-08-28-agent-created-RFC-.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Feature name | Artifact Created At |
|:--------------|:-----------------------------------------|
| **Author(s)** | Merwane Hamadi ([email protected]) |
| **Author(s)** | Merwane Hamadi ([email protected]) Craig Swift ([email protected]) |
| **RFC PR:** | |
| **Created** | 2023-08-28 |
| **Obsoletes** | |
Expand Down
2 changes: 1 addition & 1 deletion rfcs/2023-08-28-list-entities-RFC.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Feature name | Support Pagination |
| :------------ |:-----------------------------------------|
| **Author(s)** | Merwane Hamadi ([email protected]) |
| **Author(s)** | Merwane Hamadi ([email protected]) Craig Swift ([email protected])|
| **RFC PR:** | |
| **Updated** | 2023-08-28 |
| **Obsoletes** | |
Expand Down
6 changes: 4 additions & 2 deletions schemas/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,8 @@
"file": {
"description": "File to upload.",
"type": "string",
"format": "binary"
"format": "binary",
"example": "binary representation of file"
},
"relative_path": {
"description": "Relative path of the artifact in the agent's workspace.",
Expand Down Expand Up @@ -1878,7 +1879,8 @@
"file": {
"description": "File to upload.",
"type": "string",
"format": "binary"
"format": "binary",
"example": "binary representation of file"
},
"relative_path": {
"description": "Relative path of the artifact in the agent's workspace.",
Expand Down
1 change: 1 addition & 0 deletions schemas/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ components:
description: File to upload.
type: string
format: binary
example: binary representation of file
relative_path:
description: Relative path of the artifact in the agent's workspace.
type: string
Expand Down

0 comments on commit c45bdac

Please sign in to comment.