Merge pull request #41 from rowboatlabs/dev

merge dev
This commit is contained in:
Ramnique Singh 2025-03-10 17:10:14 +05:30 committed by GitHub
commit b8f31b8f01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 14 deletions

View file

@ -232,7 +232,7 @@ Enable file upload support (PDF, DOCX, TXT) for your knowledge base:
1. **Prerequisites**
- An AWS S3 bucket for file storage
- Google Cloud API key with Vision API enabled (for enhanced document parsing)
- Google Cloud API key with Generative Language (Gemini) API enabled (for enhanced document parsing)
2. **Configure AWS S3**
- Create an S3 bucket

View file

@ -53,7 +53,6 @@ export async function createProject(formData: FormData) {
secret,
nextWorkflowNumber: 1,
testRunCounter: 0,
webhookUrl: 'http://tools_webhook:3005/tool_call',
});
// add first workflow version

View file

@ -1,21 +1,14 @@
'use client';
import { Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, Spinner } from "@heroui/react";
import { useEffect, useState, useMemo, useCallback } from "react";
import { useState } from "react";
import { z } from "zod";
import { PlaygroundChat } from "../../../lib/types/types";
import { Workflow } from "../../../lib/types/workflow_types";
import { Chat } from "./chat";
import { useSearchParams, useRouter } from "next/navigation";
import { ActionButton, Pane } from "../workflow/pane";
import { apiV1 } from "rowboat-shared";
import { EllipsisVerticalIcon, MessageSquarePlusIcon, PlayIcon } from "lucide-react";
import { getScenario } from "../../../actions/testing_actions";
import clsx from "clsx";
import { TestProfile, TestScenario } from "@/app/lib/types/testing_types";
import { MessageSquarePlusIcon } from "lucide-react";
import { TestProfile } from "@/app/lib/types/testing_types";
import { WithStringId } from "@/app/lib/types/types";
function SimulateLabel() {
return <span>Simulate<sup className="pl-1">beta</sup></span>;
}
const defaultSystemMessage = '';

View file

@ -39,7 +39,7 @@ export function SourcesList({
return <div className="flex flex-col h-full">
<div className="shrink-0 flex justify-between items-center pb-4 border-b border-border">
<div className="flex flex-col">
<h1 className="text-lg">Data sources <sup>(beta)</sup></h1>
<h1 className="text-lg">Data sources</h1>
</div>
<div className="flex items-center gap-2">
<Button

View file

@ -161,7 +161,7 @@ export function AgentConfig({
/>
</FormSection>
{useRag && <FormSection label="RAG (beta)" showDivider>
{useRag && <FormSection label="RAG" showDivider>
<div className="flex flex-col gap-3">
<Dropdown>
<DropdownTrigger>