Skip to content

Commit a4a3fef

Browse files
.
1 parent 99218ba commit a4a3fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ai_monitoring.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ async def async_tool(**kwargs):
178178

179179
@pytest.fixture
180180
def sample_messages():
181+
"""Sample messages similar to what gen_ai integrations would use"""
181182
return [
182183
{"role": "system", "content": "You are a helpful assistant."},
183184
{

0 commit comments

Comments
 (0)