(part: Prompt.FilePart)
| 1402 | ): string | undefined => part.options.openai?.itemId |
| 1403 | |
| 1404 | const getImageDetail = (part: Prompt.FilePart): typeof Generated.ImageDetail.Encoded => |
| 1405 | part.options.openai?.imageDetail ?? "auto" |
| 1406 | |
| 1407 | const prepareInclude = ( |
| 1408 | options: LanguageModel.ProviderOptions, |
no outgoing calls
no test coverage detected