MCPcopy
hub / github.com/the-open-agent/openagent / ListModels

Method ListModels

model/file_content.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (p *fileContentProvider) ListModels() ([]string, error) {
47 return p.provider.ListModels()
48}
49
50func (p *fileContentProvider) QueryText(question string, writer io.Writer, history []*RawMessage, prompt string, knowledgeMessages []*RawMessage, toolSession *ToolSession, lang string) (*ModelResult, error) {
51 question, err := replaceFileURLs(question, p.providerType, lang)

Callers

nothing calls this directly

Calls 1

ListModelsMethod · 0.65

Tested by

no test coverage detected