Skip to content

Commit

Permalink
🚑 Create DTO for rag types
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Sep 17, 2024
1 parent b9e207f commit daa937f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/@core/rag/rag.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ApiPostCustomResponse } from '@@core/utils/dtos/openapi.respone.dto';
import { Body, Controller, Headers, Post, UseGuards } from '@nestjs/common';
import { ApiBody, ApiHeader, ApiOperation } from '@nestjs/swagger';
import { RagService } from './rag.service';
import { QueryBody, RagQueryOutput } from './types';
import { RagQueryOutput, QueryBody } from './rag.dto';

@Controller('rag')
export class RagController {
Expand Down
File renamed without changes.

0 comments on commit daa937f

Please sign in to comment.