(line string)
| 47 | } |
| 48 | |
| 49 | func paletteDoc(line string) prompt.Document { |
| 50 | b := prompt.NewBuffer() |
| 51 | b.InsertText(line, false, true) |
| 52 | return *b.Document() |
| 53 | } |
| 54 | |
| 55 | func TestGetProviderSuggestions(t *testing.T) { |
| 56 | cli := newProviderTestCLI("OPENAI", []string{"OPENAI", "CLAUDEAI", "XAI"}) |
no outgoing calls
no test coverage detected