Schema representing a StaticChunkingStrategy within the OpenAI API
@type t() :: %ExOpenAI.Components.StaticChunkingStrategy{ chunk_overlap_tokens: integer(), max_chunk_size_tokens: integer() }