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 Serializabletrait Producttrait Equalstrait Annotationclass Objecttrait Matchableclass Any
Members list
In this article