Skip to content

Commit

Permalink
chore(artifact): clean up conversation (#250)
Browse files Browse the repository at this point in the history
Because

we no longer need the conversation and message in artifact.

This commit

removes the conv/message api in artifact
  • Loading branch information
Yougigun authored Sep 18, 2024
1 parent 5d38c61 commit e75f34a
Showing 1 changed file with 0 additions and 112 deletions.
112 changes: 0 additions & 112 deletions config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2995,70 +2995,6 @@
"fileId",
"fileUid"
]
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations",
"method": "POST",
"timeout": "30s",
"input_query_strings": []
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations",
"method": "GET",
"timeout": "30s",
"input_query_strings": [
"pageSize",
"pageToken"
]
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}",
"method": "PUT",
"timeout": "30s",
"input_query_strings": []
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}",
"method": "DELETE",
"timeout": "30s",
"input_query_strings": []
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages",
"method": "POST",
"timeout": "30s",
"input_query_strings": []
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages",
"method": "GET",
"timeout": "30s",
"input_query_strings": [
"latestK",
"pageSize",
"pageToken",
"includeSystemMessages"
]
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages/{message_uid}",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages/{message_uid}",
"method": "PUT",
"timeout": "30s",
"input_query_strings": []
},
{
"endpoint": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages/{message_uid}",
"url_pattern": "/v1alpha/namespaces/{namespace_id}/catalogs/{catalog_id}/conversations/{conversation_id}/messages/{message_uid}",
"method": "DELETE",
"timeout": "30s",
"input_query_strings": []
}
],
"grpc_auth": [
Expand Down Expand Up @@ -3145,54 +3081,6 @@
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/GetFileCatalog",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/CreateConversation",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/CreateConversation",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/ListConversations",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/ListConversations",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/UpdateConversation",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/UpdateConversation",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/DeleteConversation",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/DeleteConversation",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/CreateMessage",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/CreateMessage",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/ListMessages",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/ListMessages",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/UpdateMessage",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/UpdateMessage",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/artifact.artifact.v1alpha.ArtifactPublicService/DeleteMessage",
"url_pattern": "/artifact.artifact.v1alpha.ArtifactPublicService/DeleteMessage",
"method": "POST",
"timeout": "30s"
}
],
"grpc_no_auth": [
Expand Down

0 comments on commit e75f34a

Please sign in to comment.