- Update `buildAPIURL` function in OpenAI provider to delegate URL construction to `connector.BuildAPIURL`, ensuring consistent URL formatting across the agent LLM and sandbox proxy paths. - Modify backend URL construction in Claude's `BuildProxyConfig` to utilize the shared `connector.BuildAPIURL` helper, applying the necessary `/v1` prefix for compatibility. This change enhances code maintainability and consistency in API URL handling across different components. |
||
|---|---|---|
| .. | ||
| adapters | ||
| providers | ||
| capabilities.go | ||
| interfaces.go | ||
| jsapi.go | ||
| jsapi_types.go | ||
| llm.go | ||