()
| 95 | } |
| 96 | |
| 97 | func (a *Adapter) apiKey() string { |
| 98 | return strings.TrimSpace(a.cfg.APIKey) |
| 99 | } |
| 100 | |
| 101 | // actionPath returns URL path for generateContent / streamGenerateContent (Vertex vs AI Studio). |
| 102 | func (a *Adapter) actionPath(model, action string) string { |
no outgoing calls
no test coverage detected