-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Precise artifact created by agent or not (#54)
Signed-off-by: Merwane Hamadi <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
d8fcb8f
commit 4d73475
Showing
4 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Tell the user whether the artifact is agent generated or not | ||
|
||
| Feature name | Artifact Created At | | ||
|:--------------|:-----------------------------------------| | ||
| **Author(s)** | Merwane Hamadi ([email protected]) | | ||
| **RFC PR:** | | | ||
| **Created** | 2023-08-28 | | ||
| **Obsoletes** | | | ||
|
||
## Summary | ||
Add agent_created to the artifact response body. | ||
|
||
## Motivation | ||
If we don't know whether an artifact is generated by the agent or not, it's hard to know what the agent did or did not do. | ||
|
||
|
||
## Agent Builders Benefit | ||
|
||
- They can tell their users what their agent did. | ||
|
||
## Design Proposal | ||
|
||
agent_created field in the response body | ||
|
||
### Alternatives Considered | ||
|
||
### Compatibility | ||
|
||
- This is backwards compatible. We're just adding something. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters