agent-provider-bytedance / Exports / IBytedanceProviderOptions
Interface: IBytedanceProviderOptions
Table of contents
Properties
- apiKey
- baseUrl
- createVideoPath
- getVideoTaskPathTemplate
- cancelVideoTaskPathTemplate
- cancelVideoTaskMethod
- timeoutMs
- defaultHeaders
Properties
apiKey
• apiKey: string
Defined in
baseUrl
• baseUrl: string
Defined in
createVideoPath
• Optional createVideoPath: string
Defined in
getVideoTaskPathTemplate
• Optional getVideoTaskPathTemplate: string
Defined in
cancelVideoTaskPathTemplate
• Optional cancelVideoTaskPathTemplate: string
Defined in
cancelVideoTaskMethod
• Optional cancelVideoTaskMethod: "POST" | "DELETE"
Defined in
timeoutMs
• Optional timeoutMs: number
Defined in
defaultHeaders
• Optional defaultHeaders: Record<string, string>