fix(core): request default OpenAI reasoning summaries
This commit is contained in:
parent
828a4b3f15
commit
fda66bfd40
3 changed files with 20 additions and 6 deletions
|
|
@ -7,6 +7,7 @@ import * as OpenAIResponses from "../protocols/openai-responses"
|
|||
import { withOpenAIOptions, type OpenAIProviderOptionsInput } from "./openai-options"
|
||||
|
||||
export type { OpenAIOptionsInput, OpenAIResponseIncludable } from "./openai-options"
|
||||
export * as OpenAIProviderOptions from "./openai-options"
|
||||
|
||||
export const id = ProviderID.make("openai")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue