Package com.openai.models
Class BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder
-
-
Constructor Summary
Constructors Constructor Description BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder()
-
Method Summary
-
-
Method Detail
-
fileId
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder fileId(String fileId)
The ID of the file to attach to the message.
-
fileId
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder fileId(JsonField<String> fileId)
The ID of the file to attach to the message.
-
tools
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder tools(List<BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool> tools)
The tools to add this file to.
-
tools
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder tools(JsonField<List<BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool>> tools)
The tools to add this file to.
-
addTool
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder addTool(BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool tool)
The tools to add this file to.
-
addTool
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder addTool(CodeInterpreterTool codeInterpreterTool)
The tools to add this file to.
-
addTool
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder addTool(BetaThreadCreateAndRunParams.Thread.Message.Attachment.Tool.FileSearch fileSearch)
The tools to add this file to.
-
additionalProperties
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThreadCreateAndRunParams.Thread.Message.Attachment.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaThreadCreateAndRunParams.Thread.Message.Attachment build()
-
-
-
-