mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-04 03:35:04 -05:00
remove file only annotation
This commit is contained in:
@@ -360,7 +360,7 @@ const sttV2SubBlocks = (SttBlock.subBlocks || []).filter((subBlock) => subBlock.
|
||||
export const SttV2Block: BlockConfig<SttBlockResponse> = {
|
||||
...SttBlock,
|
||||
type: 'stt_v2',
|
||||
name: 'Speech-to-Text (File Only)',
|
||||
name: 'Speech-to-Text',
|
||||
hideFromToolbar: false,
|
||||
subBlocks: sttV2SubBlocks,
|
||||
tools: {
|
||||
|
||||
@@ -257,7 +257,7 @@ export const pulseParserTool: ToolConfig<PulseParserInput, PulseParserOutput> =
|
||||
export const pulseParserV2Tool: ToolConfig<PulseParserV2Input, PulseParserOutput> = {
|
||||
...pulseParserTool,
|
||||
id: 'pulse_parser_v2',
|
||||
name: 'Pulse Document Parser (File Only)',
|
||||
name: 'Pulse Document Parser',
|
||||
postProcess: undefined,
|
||||
directExecution: undefined,
|
||||
transformResponse: pulseParserTool.transformResponse
|
||||
|
||||
@@ -185,7 +185,7 @@ export const reductoParserTool: ToolConfig<ReductoParserInput, ReductoParserOutp
|
||||
export const reductoParserV2Tool: ToolConfig<ReductoParserV2Input, ReductoParserOutput> = {
|
||||
...reductoParserTool,
|
||||
id: 'reducto_parser_v2',
|
||||
name: 'Reducto PDF Parser (File Only)',
|
||||
name: 'Reducto PDF Parser',
|
||||
postProcess: undefined,
|
||||
directExecution: undefined,
|
||||
transformResponse: reductoParserTool.transformResponse
|
||||
|
||||
@@ -202,7 +202,7 @@ const assemblyaiSttV2Params = {
|
||||
export const assemblyaiSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
|
||||
...assemblyaiSttTool,
|
||||
id: 'stt_assemblyai_v2',
|
||||
name: 'AssemblyAI STT (File Only)',
|
||||
name: 'AssemblyAI STT',
|
||||
params: assemblyaiSttV2Params,
|
||||
request: {
|
||||
...assemblyaiSttTool.request,
|
||||
|
||||
@@ -147,7 +147,7 @@ const deepgramSttV2Params = {
|
||||
export const deepgramSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
|
||||
...deepgramSttTool,
|
||||
id: 'stt_deepgram_v2',
|
||||
name: 'Deepgram STT (File Only)',
|
||||
name: 'Deepgram STT',
|
||||
params: deepgramSttV2Params,
|
||||
request: {
|
||||
...deepgramSttTool.request,
|
||||
|
||||
@@ -130,7 +130,7 @@ const elevenLabsSttV2Params = {
|
||||
export const elevenLabsSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
|
||||
...elevenLabsSttTool,
|
||||
id: 'stt_elevenlabs_v2',
|
||||
name: 'ElevenLabs STT (File Only)',
|
||||
name: 'ElevenLabs STT',
|
||||
params: elevenLabsSttV2Params,
|
||||
request: {
|
||||
...elevenLabsSttTool.request,
|
||||
|
||||
@@ -130,7 +130,7 @@ const geminiSttV2Params = {
|
||||
export const geminiSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
|
||||
...geminiSttTool,
|
||||
id: 'stt_gemini_v2',
|
||||
name: 'Gemini STT (File Only)',
|
||||
name: 'Gemini STT',
|
||||
params: geminiSttV2Params,
|
||||
request: {
|
||||
...geminiSttTool.request,
|
||||
|
||||
@@ -171,7 +171,7 @@ const whisperSttV2Params = {
|
||||
export const whisperSttV2Tool: ToolConfig<SttV2Params, SttResponse> = {
|
||||
...whisperSttTool,
|
||||
id: 'stt_whisper_v2',
|
||||
name: 'OpenAI Whisper STT (File Only)',
|
||||
name: 'OpenAI Whisper STT',
|
||||
params: whisperSttV2Params,
|
||||
request: {
|
||||
...whisperSttTool.request,
|
||||
|
||||
@@ -297,7 +297,7 @@ export const textractParserTool: ToolConfig<TextractParserInput, TextractParserO
|
||||
export const textractParserV2Tool: ToolConfig<TextractParserV2Input, TextractParserOutput> = {
|
||||
...textractParserTool,
|
||||
id: 'textract_parser_v2',
|
||||
name: 'AWS Textract Parser (File Only)',
|
||||
name: 'AWS Textract Parser',
|
||||
params: {
|
||||
accessKeyId: textractParserTool.params.accessKeyId,
|
||||
secretAccessKey: textractParserTool.params.secretAccessKey,
|
||||
|
||||
@@ -100,7 +100,7 @@ export const visionTool: ToolConfig<VisionParams, VisionResponse> = {
|
||||
export const visionToolV2: ToolConfig<VisionV2Params, VisionResponse> = {
|
||||
...visionTool,
|
||||
id: 'vision_tool_v2',
|
||||
name: 'Vision Tool (File Only)',
|
||||
name: 'Vision Tool',
|
||||
params: {
|
||||
apiKey: visionTool.params.apiKey,
|
||||
imageFile: {
|
||||
|
||||
Reference in New Issue
Block a user