Skip to content

Commit 430cddf

Browse files
committed
Refine query_knowledge_base action description to include support for institutional rules, policies, and procedures alongside specific file types.
1 parent 9f7a3b6 commit 430cddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/AgentSquad/Actions/QueryKnowledgeBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function schema(): array
3333
"type" => "function",
3434
"function" => [
3535
"name" => "query_knowledge_base",
36-
"description" => "Answer questions by querying the user's documents (PDF, DOCX, WAV, etc.). The action's input must use the same language as the user's input: if the user asks their question in French, the input must be in French; if they ask in English, the input must be in English.",
36+
"description" => "Retrieve answers by searching the organization's internal knowledge base—including documents such as PDFs, Word files (DOCX) and audio recordings (WAV, MP3) to quickly locate relevant rules, security policies, procedures, or other institutional information. The action's input must use the same language as the user's input: if the user asks their question in French, the input must be in French; if they ask in English, the input must be in English.",
3737
"parameters" => [
3838
"type" => "object",
3939
"properties" => [

0 commit comments

Comments
 (0)