Files
ragflow/web/src/interfaces/request/system.ts
balibabu 3c57a9986c Feat: Add LangfuseCard component. #6155 (#6468)
### What problem does this PR solve?

Feat: Add LangfuseCard component. #6155

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2025-03-24 19:07:55 +08:00

6 lines
111 B
TypeScript

export interface ISetLangfuseConfigRequestBody {
secret_key: string;
public_key: string;
host: string;
}