Schema representing a ModifyThreadRequest within the OpenAI API
@type t() :: %ExOpenAI.Components.ModifyThreadRequest{ metadata: map() | nil, tool_resources: %{ code_interpreter: %{file_ids: [String.t()]}, file_search: %{vector_store_ids: [String.t()]} } | nil }