FilePathAnnotation

sttp.openai.requests.threads.messages.ThreadMessagesResponseData.FilePathAnnotation
case class FilePathAnnotation(`type`: String, text: String, filePath: FilePath, startIndex: Int, endIndex: Int) extends Annotation

URL for the file that's generated when the assistant used the code_interpreter tool to generate a file.

Value parameters

text

The text in the message content that needs to be replaced.

type

Always "file_path".

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Annotation
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