Update ModelDialog and list_files.js to enhance functionality. Add parallel_tool_calls option in ModelDialog for improved response handling. Modify list_files.js schema to allow null types for path, depth, and includeHidden properties, and remove required fields for greater flexibility.
This commit is contained in:
@@ -94,7 +94,8 @@ class ModelDialog {
|
||||
reasoning: { effort: 'low', summary: 'detailed' },
|
||||
tools: Object.values(toolsByFile).map(t => t.def),
|
||||
store: true,
|
||||
previous_response_id: this.previousResponseId
|
||||
previous_response_id: this.previousResponseId,
|
||||
parallel_tool_calls: false
|
||||
}
|
||||
|
||||
this.currentStream = openai.responses.stream(call);
|
||||
|
||||
Reference in New Issue
Block a user