mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-18 20:05:13 +02:00
master -> 1.5 (README updates) (#552)
This commit is contained in:
parent
ad35656811
commit
51107008fd
18 changed files with 891 additions and 120 deletions
|
|
@ -840,4 +840,4 @@ Args: {
|
|||
|
||||
# Verify correct collection was used
|
||||
graph_rag_client = mock_flow_context("graph-rag-request")
|
||||
graph_rag_client.rag.assert_called_once_with(question, collection=expected_collection)
|
||||
graph_rag_client.rag.assert_called_once_with(question, collection=expected_collection)
|
||||
|
|
|
|||
|
|
@ -1107,4 +1107,4 @@ Answer: The capital of France is Paris."""
|
|||
assert "error" in result
|
||||
else:
|
||||
assert result["tool_name"] == expected_tool
|
||||
assert result["parameters"] == expected_params
|
||||
assert result["parameters"] == expected_params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue