Skip to main content
All CollectionsAgents
Supported file format for AI Agent Training
Supported file format for AI Agent Training

Learn about the different file formats to train your AI Agent

Alvaro Vargas avatar
Written by Alvaro Vargas
Updated over a week ago

Supported File Types

File Extension

MIME Type

.bash .sh

application/x-bash<br>application/x-sh

.c

text/x-c

.cpp

text/x-c++

.cs

text/x-csharp

.css

text/css

.csv

text/csv<br>application/csv<br>application/x-csv

.doc

application/msword

.docx

application/vnd.openxmlformats-officedocument.wordprocessingml.document

.html

text/html<br>application/html<br>application/xhtml+xml

.java

text/x-java<br>text/x-java-source<br>application/x-java-source

.js

text/javascript<br>application/javascript<br>application/x-javascript<br>application/ecmascript

.json

application/json

.jsonl

application/x-jsonlines<br>application/jsonl

.md

text/markdown<br>application/markdown<br>application/x-markdown

.pdf

application/pdf

.php

text/x-php<br>application/x-httpd-php

.pptx

application/vnd.openxmlformats-officedocument.presentationml.presentation

.py

text/x-python<br>text/x-script.python<br>application/x-python

.rb

text/x-ruby<br>application/x-ruby

.srt

application/x-subrip

.tex

text/x-tex

.ts

application/typescript<br>application/x-typescript

.tsv

text/tab-separated-values

.txt

text/plain

.xlsx

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

.xml

text/xml<br>application/xml

.yaml

text/yaml<br>application/yaml<br>application/x-yaml

Did this answer your question?