mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-02 17:00:28 +08:00
docs: update TODOs to include issue numbers
This commit is contained in:
@@ -23,7 +23,7 @@ describe("Contract test for Oasst API", function () {
|
||||
expect(await oasstApiClient.ackTask(task.id, "321")).to.be.null;
|
||||
});
|
||||
|
||||
// TODO Add test for 204
|
||||
// TODO Add test for parsing >=300, throwing an OasstError
|
||||
// TODO Add test for parsing >=300, throwing a generic error
|
||||
// TODO(#354): Add test for 204
|
||||
// TODO(#354): Add test for parsing >=300, throwing an OasstError
|
||||
// TODO(#354): Add test for parsing >=300, throwing a generic error
|
||||
});
|
||||
|
||||
@@ -36,7 +36,7 @@ const handler = async (req, res) => {
|
||||
|
||||
// Send the interaction to the Task Backend. This automatically fetches the
|
||||
// next task in the sequence (or the done task).
|
||||
// TODO Move this into OasstApiClient.
|
||||
// TODO(#353): Move this into OasstApiClient.
|
||||
const interactionRes = await fetch(`${process.env.FASTAPI_URL}/api/v1/tasks/interaction`, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user