run_id string Optional (#855)
Filter messages by the run ID that generated them. Co-authored-by: wappi <support@wappi.pro>
This commit is contained in:
@@ -340,7 +340,7 @@ func TestClientReturnsRequestBuilderErrors(t *testing.T) {
|
||||
return client.CreateMessage(ctx, "", MessageRequest{})
|
||||
}},
|
||||
{"ListMessage", func() (any, error) {
|
||||
return client.ListMessage(ctx, "", nil, nil, nil, nil)
|
||||
return client.ListMessage(ctx, "", nil, nil, nil, nil, nil)
|
||||
}},
|
||||
{"RetrieveMessage", func() (any, error) {
|
||||
return client.RetrieveMessage(ctx, "", "")
|
||||
|
||||
Reference in New Issue
Block a user