| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
OpenAI.V1.ChunkingStrategy
Contents
Description
The ChunkingStrategy type
Synopsis
- data ChunkingStrategy = ChunkingStrategy_Static {}
- data Static = Static {}
Main types
data ChunkingStrategy Source #
The chunking strategy used to chunk the file(s)
Constructors
| ChunkingStrategy_Static | |
Instances
Other types
Static chunking strategy
Constructors
| Static | |
Fields | |
Instances
| FromJSON Static Source # | |||||
Defined in OpenAI.V1.ChunkingStrategy | |||||
| ToJSON Static Source # | |||||
| Generic Static Source # | |||||
Defined in OpenAI.V1.ChunkingStrategy Associated Types
| |||||
| Show Static Source # | |||||
| type Rep Static Source # | |||||
Defined in OpenAI.V1.ChunkingStrategy type Rep Static = D1 ('MetaData "Static" "OpenAI.V1.ChunkingStrategy" "openai-2.2.1-FjXYHvgDuLi5dBzIG7AGPx" 'False) (C1 ('MetaCons "Static" 'PrefixI 'True) (S1 ('MetaSel ('Just "max_chunk_size_tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural) :*: S1 ('MetaSel ('Just "chunk_overlap_tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural))) | |||||