Skip to main content
Module

x/openai/resources/beta/threads/mod.ts>MessageContentText.Text.FilePath

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
namespace MessageContentText.Text.FilePath
import { MessageContentText } from "https://deno.land/x/openai@v4.19.1/resources/beta/threads/mod.ts";
const { FilePath } = MessageContentText.Text;
interface MessageContentText.Text.FilePath
import { type MessageContentText } from "https://deno.land/x/openai@v4.19.1/resources/beta/threads/mod.ts";
const { FilePath } = MessageContentText.Text;

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

Properties

end_index: number
start_index: number
text: string

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

type: "file_path"

Always file_path.