Implement Rust web sidebar title and tree interactions
This commit is contained in:
@@ -692,7 +692,7 @@ export function DocumentAiAgentPanelRuntime({
|
||||
}
|
||||
|
||||
try {
|
||||
const res = await fetch("/api/ai-agent/run", {
|
||||
const res = await fetch(DOCUMENT_AI_BRIDGE_ISLAND_CONTRACT.runEndpoint, {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
signal: controller.signal,
|
||||
|
||||
Reference in New Issue
Block a user