feat: add content union type for requests (#762)

This commit is contained in:
cthomas
2025-01-23 20:25:00 -08:00
committed by GitHub
parent c3a2e1f4be
commit 11d871785a
22 changed files with 99 additions and 83 deletions

View File

@@ -29,7 +29,7 @@ response = client.agents.messages.send(
messages=[
MessageCreate(
role="user",
text="hello",
content="hello",
)
],
)