Skip to content

Commit dc3d449

Browse files
committed
remove file only annotation
1 parent fa81609 commit dc3d449

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

apps/sim/blocks/blocks/stt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ const sttV2SubBlocks = (SttBlock.subBlocks || []).filter((subBlock) => subBlock.
360360
export const SttV2Block: BlockConfig<SttBlockResponse> = {
361361
...SttBlock,
362362
type: 'stt_v2',
363-
name: 'Speech-to-Text (File Only)',
363+
name: 'Speech-to-Text',
364364
hideFromToolbar: false,
365365
subBlocks: sttV2SubBlocks,
366366
tools: {

apps/sim/tools/pulse/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export const pulseParserTool: ToolConfig<PulseParserInput, PulseParserOutput> =
257257
export const pulseParserV2Tool: ToolConfig<PulseParserV2Input, PulseParserOutput> = {
258258
...pulseParserTool,
259259
id: 'pulse_parser_v2',
260-
name: 'Pulse Document Parser (File Only)',
260+
name: 'Pulse Document Parser',
261261
postProcess: undefined,
262262
directExecution: undefined,
263263
transformResponse: pulseParserTool.transformResponse

apps/sim/tools/reducto/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const reductoParserTool: ToolConfig<ReductoParserInput, ReductoParserOutp
185185
export const reductoParserV2Tool: ToolConfig<ReductoParserV2Input, ReductoParserOutput> = {
186186
...reductoParserTool,
187187
id: 'reducto_parser_v2',
188-
name: 'Reducto PDF Parser (File Only)',
188+
name: 'Reducto PDF Parser',
189189
postProcess: undefined,
190190
directExecution: undefined,
191191
transformResponse: reductoParserTool.transformResponse

apps/sim/tools/stt/assemblyai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const assemblyaiSttV2Params = {
202202
export const assemblyaiSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
203203
...assemblyaiSttTool,
204204
id: 'stt_assemblyai_v2',
205-
name: 'AssemblyAI STT (File Only)',
205+
name: 'AssemblyAI STT',
206206
params: assemblyaiSttV2Params,
207207
request: {
208208
...assemblyaiSttTool.request,

apps/sim/tools/stt/deepgram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const deepgramSttV2Params = {
147147
export const deepgramSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
148148
...deepgramSttTool,
149149
id: 'stt_deepgram_v2',
150-
name: 'Deepgram STT (File Only)',
150+
name: 'Deepgram STT',
151151
params: deepgramSttV2Params,
152152
request: {
153153
...deepgramSttTool.request,

apps/sim/tools/stt/elevenlabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const elevenLabsSttV2Params = {
130130
export const elevenLabsSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
131131
...elevenLabsSttTool,
132132
id: 'stt_elevenlabs_v2',
133-
name: 'ElevenLabs STT (File Only)',
133+
name: 'ElevenLabs STT',
134134
params: elevenLabsSttV2Params,
135135
request: {
136136
...elevenLabsSttTool.request,

apps/sim/tools/stt/gemini.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const geminiSttV2Params = {
130130
export const geminiSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
131131
...geminiSttTool,
132132
id: 'stt_gemini_v2',
133-
name: 'Gemini STT (File Only)',
133+
name: 'Gemini STT',
134134
params: geminiSttV2Params,
135135
request: {
136136
...geminiSttTool.request,

apps/sim/tools/stt/whisper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const whisperSttV2Params = {
171171
export const whisperSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
172172
...whisperSttTool,
173173
id: 'stt_whisper_v2',
174-
name: 'OpenAI Whisper STT (File Only)',
174+
name: 'OpenAI Whisper STT',
175175
params: whisperSttV2Params,
176176
request: {
177177
...whisperSttTool.request,

apps/sim/tools/textract/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export const textractParserTool: ToolConfig<TextractParserInput, TextractParserO
297297
export const textractParserV2Tool: ToolConfig<TextractParserV2Input, TextractParserOutput> = {
298298
...textractParserTool,
299299
id: 'textract_parser_v2',
300-
name: 'AWS Textract Parser (File Only)',
300+
name: 'AWS Textract Parser',
301301
params: {
302302
accessKeyId: textractParserTool.params.accessKeyId,
303303
secretAccessKey: textractParserTool.params.secretAccessKey,

apps/sim/tools/vision/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const visionTool: ToolConfig<VisionParams, VisionResponse> = {
100100
export const visionToolV2: ToolConfig<VisionV2Params, VisionResponse> = {
101101
...visionTool,
102102
id: 'vision_tool_v2',
103-
name: 'Vision Tool (File Only)',
103+
name: 'Vision Tool',
104104
params: {
105105
apiKey: visionTool.params.apiKey,
106106
imageFile: {

0 commit comments

Comments
 (0)