Skip to content

Commit c435cd5

Browse files
fix: Update Dust conversation URI format for consistency
1 parent b591f96 commit c435cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/shared/ai_services.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def make_request(prompt)
230230
end
231231

232232
logger.info "✅ Created Dust conversation: #{conversation_id}"
233-
conversation_uri = "#{API_BASE_URL}/api/v1/w/#{workspace_id}/assistant/conversations/#{conversation_id}"
233+
conversation_uri = "#{API_BASE_URL}/w/#{workspace_id}/assistant/#{conversation_id}"
234234
logger.info "🔗 Conversation URI: #{conversation_uri}"
235235

236236
# Give the agent more time to process before fetching response

0 commit comments

Comments
 (0)