Skip to content

Commit

Permalink
Remove unused input_id return.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshaar committed Dec 10, 2024
1 parent 4bdb7a7 commit f5a9812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,6 @@ message FunctionAsyncInvokeRequest {
message FunctionAsyncInvokeResponse {
bool retry_with_blob_upload = 1;
string function_call_id = 2;
string input_id = 3;
}

message FunctionBindParamsRequest {
Expand Down

0 comments on commit f5a9812

Please sign in to comment.