Class ThreadMessageFileStage<R extends bg.codexio.ai.openai.api.payload.thread.request.ThreadRequest>
java.lang.Object
bg.codexio.ai.openai.api.sdk.thread.ThreadConfigurationStage<R>
bg.codexio.ai.openai.api.sdk.thread.ThreadMessageFileStage<R>
public class ThreadMessageFileStage<R extends bg.codexio.ai.openai.api.payload.thread.request.ThreadRequest>
extends ThreadConfigurationStage<R>
-
Field Summary
Fields inherited from class bg.codexio.ai.openai.api.sdk.thread.ThreadConfigurationStage
httpExecutor, requestBuilder -
Method Summary
Modifier and TypeMethodDescriptionattach(bg.codexio.ai.openai.api.payload.file.response.FileResponse fileResponse) bg.codexio.ai.openai.api.payload.thread.response.ThreadResponsefeed(bg.codexio.ai.openai.api.payload.file.response.FileResponse fileResponse) bg.codexio.ai.openai.api.payload.thread.response.ThreadResponsebg.codexio.ai.openai.api.payload.thread.response.ThreadResponse
-
Method Details
-
feed
-
feed
public bg.codexio.ai.openai.api.payload.thread.response.ThreadResponse feed(bg.codexio.ai.openai.api.payload.file.response.FileResponse fileResponse) -
feed
-
attach
-
attach
public ThreadAdvancedConfigurationStage<R> attach(bg.codexio.ai.openai.api.payload.file.response.FileResponse fileResponse) -
attach
-