Skip to content

Commit 19c9ba0

Browse files
authored
add completed state (#384)
1 parent de53c00 commit 19c9ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async-openai/src/types/responses.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ pub enum FileSearchCallOutputStatus {
940940
Searching,
941941
Incomplete,
942942
Failed,
943+
Completed,
943944
}
944945

945946
/// A single result from a file search.

0 commit comments

Comments
 (0)