mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-14 15:48:15 +00:00
feat(app): lint & beautify
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import generateSuggestions from '@/lib/agents/suggestions';
|
import generateSuggestions from '@/lib/agents/suggestions';
|
||||||
import ModelRegistry from '@/lib/models/registry';
|
import ModelRegistry from '@/lib/models/registry';
|
||||||
import { ModelWithProvider } from '@/lib/models/types';
|
import { ModelWithProvider } from '@/lib/models/types';
|
||||||
import { AIMessage, BaseMessage, HumanMessage } from '@langchain/core/messages';
|
|
||||||
|
|
||||||
interface SuggestionsGenerationBody {
|
interface SuggestionsGenerationBody {
|
||||||
chatHistory: any[];
|
chatHistory: any[];
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Use this tool to scrape and extract content from the provided URLs. This is usef
|
|||||||
You should only call this tool when the user has specifically requested information from certain web pages, never call this yourself to get extra information without user instruction.
|
You should only call this tool when the user has specifically requested information from certain web pages, never call this yourself to get extra information without user instruction.
|
||||||
|
|
||||||
For example, if the user says "Please summarize the content of https://example.com/article", you can call this tool with that URL to get the content and then provide the summary or "What does X mean according to https://example.com/page", you can call this tool with that URL to get the content and provide the explanation.
|
For example, if the user says "Please summarize the content of https://example.com/article", you can call this tool with that URL to get the content and then provide the summary or "What does X mean according to https://example.com/page", you can call this tool with that URL to get the content and provide the explanation.
|
||||||
`
|
`;
|
||||||
|
|
||||||
const scrapeURLAction: ResearchAction<typeof schema> = {
|
const scrapeURLAction: ResearchAction<typeof schema> = {
|
||||||
name: 'scrape_url',
|
name: 'scrape_url',
|
||||||
|
|||||||
Reference in New Issue
Block a user