Given a list of messages comprising a conversation, the model will return a response. Official OpenAI DocsDocumentation Index
Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
completions.create()
Creates a model response for the given chat conversation. Official OpenAI Docs
example.ts
completions.backgroundCreate()
Creates a model response for the given chat conversation, but runs the request in the background using io.backgroundFetch()
example.ts

