Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wrapOpenAI
▸ wrapOpenAI<T>(openai): T
OpenAI 호출에 대한 함수 트레이싱(tracing)을 활성화하기 위해 OpenAI API를 래핑합니다.
Type parameters
| Name | Type |
|---|---|
T | extends OpenAIAPI |
Parameters
| Name | Type |
|---|---|
openai | T |
Returns
T
Example