o erro abaixo ocorre ao executar o: var run = service.createRun(threadId, runRequest);
2025-02-13T11:40:29.622-03:00 ERROR 3728 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type com.theokanning.openai.assistants.AssistantToolsEnum
from String "file_search": not one of the values accepted for Enum class: [code_interpreter, retrieval, function]
at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 19, column: 15] (through reference chain: com.theokanning.openai.runs.Run["tools"]->java.util.ArrayList[0]->com.theokanning.openai.assistants.Tool["type"])] with root cause
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type com.theokanning.openai.assistants.AssistantToolsEnum
from String "file_search": not one of the values accepted for Enum class: [code_interpreter, retrieval, function]
at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 19, column: 15] (through reference chain: com.theokanning.openai.runs.Run["tools"]->java.util.ArrayList[0]->com.theokanning.openai.assistants.Tool["type"])
como posso resolver?