diff --git a/rfcs/2023-08-28-Pagination-RFC.md b/rfcs/2023-08-28-Pagination-RFC.md index 3d5c40d..0df023c 100644 --- a/rfcs/2023-08-28-Pagination-RFC.md +++ b/rfcs/2023-08-28-Pagination-RFC.md @@ -2,7 +2,7 @@ | Feature name | Support Pagination | | :------------ |:-----------------------------------------| -| **Author(s)** | Merwane Hamadi (merwanehamadi@gmail.com) | +| **Author(s)** | Merwane Hamadi (merwanehamadi@gmail.com) Craig Swift (craigswift13@gmail.com)| | **RFC PR:** | [PR 53](https://github.com/e2b-dev/agent-protocol/pull/53) | | **Updated** | 2023-08-28 | | **Obsoletes** | | diff --git a/rfcs/2023-08-28-agent-created-RFC-.md b/rfcs/2023-08-28-agent-created-RFC-.md index a509b12..8d9e2b7 100644 --- a/rfcs/2023-08-28-agent-created-RFC-.md +++ b/rfcs/2023-08-28-agent-created-RFC-.md @@ -2,7 +2,7 @@ | Feature name | Artifact Created At | |:--------------|:-----------------------------------------| -| **Author(s)** | Merwane Hamadi (merwanehamadi@gmail.com) | +| **Author(s)** | Merwane Hamadi (merwanehamadi@gmail.com) Craig Swift (craigswift13@gmail.com) | | **RFC PR:** | | | **Created** | 2023-08-28 | | **Obsoletes** | | diff --git a/rfcs/2023-08-28-list-entities-RFC.md b/rfcs/2023-08-28-list-entities-RFC.md index fbe1d34..013149d 100644 --- a/rfcs/2023-08-28-list-entities-RFC.md +++ b/rfcs/2023-08-28-list-entities-RFC.md @@ -2,7 +2,7 @@ | Feature name | Support Pagination | | :------------ |:-----------------------------------------| -| **Author(s)** | Merwane Hamadi (merwanehamadi@gmail.com) | +| **Author(s)** | Merwane Hamadi (merwanehamadi@gmail.com) Craig Swift (craigswift13@gmail.com)| | **RFC PR:** | | | **Updated** | 2023-08-28 | | **Obsoletes** | | diff --git a/schemas/openapi.json b/schemas/openapi.json index 1ac236f..8f52381 100644 --- a/schemas/openapi.json +++ b/schemas/openapi.json @@ -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.", @@ -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.", diff --git a/schemas/openapi.yml b/schemas/openapi.yml index 32e7489..c8d8d6a 100644 --- a/schemas/openapi.yml +++ b/schemas/openapi.yml @@ -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