Skip to content

Commit 58be4d1

Browse files
ioanarmcsmarchbanks
authored andcommitted
improve prompt
1 parent 7bc4eb6 commit 58be4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/loki_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async def test_loki_logs_tool(model: str, mcp_client: ClientSession):
124124
@pytest.mark.parametrize("model", models)
125125
async def test_loki_container_labels(model: str, mcp_client: ClientSession):
126126
tools = await mcp_client.list_tools()
127-
prompt = "Can you list the values for the container label in any available loki datasource? Please use only the necessary tools to get this information."
127+
prompt = "Can you list the values for the label container in any available loki datasource? Please use only the necessary tools to get this information."
128128

129129
messages: list[Message] = [
130130
Message(role="system", content="You are a helpful assistant."),

0 commit comments

Comments
 (0)