CreateAssistantFileBody

sttp.openai.requests.assistants.AssistantsRequestBody.CreateAssistantFileBody
See theCreateAssistantFileBody companion object
case class CreateAssistantFileBody(fileId: String)

Value parameters

fileId

A File ID (with purpose="assistants") that the assistant should use. Useful for tools like retrieval and code_interpreter that can access files. For more information please visit: https://platform.openai.com/docs/api-reference/assistants/createAssistantFile

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product