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 9, 2024
1 parent c59f3dc commit 442a178
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 442a178

Please sign in to comment.