()
| 41 | } |
| 42 | |
| 43 | func (a *Adapter) Name() string { |
| 44 | return a.cfg.Name |
| 45 | } |
| 46 | |
| 47 | func (a *Adapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) { |
| 48 | text, _ := req.Input["text"].(string) |
nothing calls this directly
no outgoing calls
no test coverage detected