Interface cleanup

This commit is contained in:
Matt Rubens
2024-12-28 21:50:27 -08:00
parent f33281c18d
commit fb70552b57
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { ApiConfiguration } from "../shared/api"
import { buildApiHandler } from "../api"
import { OpenRouterHandler, SingleCompletionHandler } from "../api/providers/openrouter"
import { OpenRouterHandler } from "../api/providers/openrouter"
/**
* Enhances a prompt using the OpenRouter API without creating a full Cline instance or task history.