We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8a41c commit 28bb3f2Copy full SHA for 28bb3f2
tests/utils.py
@@ -28,7 +28,7 @@ def generate_events(length: int) -> list[Event]:
28
)
29
event = Event(
30
invocation_id=str(uuid.uuid4()),
31
- author="test_agent",
+ author="user",
32
content=types.Content(
33
parts=[types.Part(text=random_chinese)],
34
role=["user", "model"][i % 2],
0 commit comments