Skip to content

Commit 6c48f72

Browse files
committed
fix: malformed citation urls (#8792)
* fix: malformed citation urls * Try to sanitise the query param * Convert citation urls to link with conversation and query IDs * Revert to using call_id * Add UI redirect * Fix naviation in citation links * PR comments * More PR comments
1 parent 28b79e9 commit 6c48f72

File tree

34 files changed

+2461
-1171
lines changed

34 files changed

+2461
-1171
lines changed

proto/gen/rill/admin/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ externalDocs:
23082308
info:
23092309
description: Rill Admin API enables programmatic management of Rill Cloud resources, including organizations, projects, and user access. It provides endpoints for creating, updating, and deleting these resources, as well as managing authentication and permissions.
23102310
title: Rill Admin API
2311-
version: v0.81.2
2311+
version: v0.81.4
23122312
openapi: 3.0.3
23132313
paths:
23142314
/v1/ai/complete:

proto/gen/rill/admin/v1/public.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ externalDocs:
23082308
info:
23092309
description: Rill Admin API enables programmatic management of Rill Cloud resources, including organizations, projects, and user access. It provides endpoints for creating, updating, and deleting these resources, as well as managing authentication and permissions.
23102310
title: Rill Admin API
2311-
version: v0.81.2
2311+
version: v0.81.4
23122312
openapi: 3.0.3
23132313
paths:
23142314
/v1/ai/complete: {}

0 commit comments

Comments
 (0)