We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b591f96 commit c435cd5Copy full SHA for c435cd5
.github/scripts/shared/ai_services.rb
@@ -230,7 +230,7 @@ def make_request(prompt)
230
end
231
232
logger.info "✅ Created Dust conversation: #{conversation_id}"
233
- conversation_uri = "#{API_BASE_URL}/api/v1/w/#{workspace_id}/assistant/conversations/#{conversation_id}"
+ conversation_uri = "#{API_BASE_URL}/w/#{workspace_id}/assistant/#{conversation_id}"
234
logger.info "🔗 Conversation URI: #{conversation_uri}"
235
236
# Give the agent more time to process before fetching response
0 commit comments