Skip to content

Commit b0fe502

Browse files
authored
Add Authentication To FunctionCallPutData (#3338)
Add Authentication
1 parent dbd17c1 commit b0fe502

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modal_proto/api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,7 @@ message FunctionCallListResponse {
15161516
message FunctionCallPutDataRequest {
15171517
string function_call_id = 1;
15181518
repeated DataChunk data_chunks = 2;
1519+
optional string attempt_token = 3;
15191520
}
15201521

15211522
message FunctionCreateRequest {

0 commit comments

Comments
 (0)