ConversationGraph returns a structural graph of the current session.
()
| 86 | KnowledgeGraph() (GraphData, error) |
| 87 | // ConversationGraph returns a structural graph of the current session. |
| 88 | ConversationGraph() (GraphData, error) |
| 89 | } |
| 90 | |
| 91 | // graphProviderHolder mirrors knowAdapterHolder: a concrete wrapper so |
no outgoing calls
no test coverage detected