AIStudioExecutor routes AI Studio requests through a websocket-backed transport.
| 27 | |
| 28 | // AIStudioExecutor routes AI Studio requests through a websocket-backed transport. |
| 29 | type AIStudioExecutor struct { |
| 30 | provider string |
| 31 | relay *wsrelay.Manager |
| 32 | cfg *config.Config |
| 33 | } |
| 34 | |
| 35 | // NewAIStudioExecutor creates a new AI Studio executor instance. |
| 36 | // |
nothing calls this directly
no outgoing calls
no test coverage detected