feat: add content union type for requests (#762)
This commit is contained in:
@@ -29,7 +29,7 @@ response = client.agents.messages.send(
|
||||
messages=[
|
||||
MessageCreate(
|
||||
role="user",
|
||||
text="hello",
|
||||
content="hello",
|
||||
)
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user