Description returns the RAG source description
()
| 551 | |
| 552 | // Description returns the RAG source description |
| 553 | func (m *Manager) Description() string { |
| 554 | return m.config.Tool.Description |
| 555 | } |
| 556 | |
| 557 | // ToolName returns the custom tool name for this RAG source |
| 558 | func (m *Manager) ToolName() string { |
no outgoing calls
no test coverage detected