mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
replacing knowledge_serach in records with file_search
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
bb34e942d1
commit
679e2d09c1
180 changed files with 717 additions and 717 deletions
|
|
@ -279,7 +279,7 @@ const sidebars: SidebarsConfig = {
|
|||
collapsed: true,
|
||||
items: [
|
||||
'building_applications/index',
|
||||
'building_applications/rag',
|
||||
'building_applications/file_search',
|
||||
'building_applications/agent',
|
||||
'building_applications/agent_execution_loop',
|
||||
'building_applications/responses_vs_agents',
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_M8gyYiB39MwYdJKc4aHIGbfA",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_UqyVZyvMh30eQuiKg7lJIUhQ",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Zb3UPWm2DOVVTce3d5Uo21FX",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_rST37XuKuJQcEBfmoTnNQzNe",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"engineering updates from the US\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_cpbC1lb0MlCcVyxpYT10GvpE",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_zKJ7WgvCO3tx6yB0We1qI0d8",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
"id": "call_UqyVZyvMh30eQuiKg7lJIUhQ",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"id": "call_Fvpcub7CINR4M4mne3NrqPSh",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
@ -454,7 +454,7 @@
|
|||
"id": "call_nNONu48z4o4psZIlHNDbWIe6",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_4ac6gxccWFxDvEl8BizY3BJw",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
"id": "call_rmMfpryevUEhVly9yXhlsVG0",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_XJHVfGOgINI5ssxdPEkIzNGn",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"marketing documents examples\"}"
|
||||
}
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"id": "call_yU3cSA6ZVa05x581uiSYW8De",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"sales documents examples\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_UKFNZA0eSkL6fZHbs8ygBd5W",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_ySLmLmkOHqFkNCZrQhrXtOqO",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture details\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
"id": "call_aEKglNSWb5ideZe9cXNT3ftB",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
"id": "call_23WRIrHGU36iECmGK5iHCAAJ",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
@ -383,7 +383,7 @@
|
|||
"id": "call_WvfMjaowll1M9Wj78NvoaEPu",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_oDB87lp9gQBu3Xr5LRKtgKvc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"US news updates\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_uy4RL1d6RPGFQ0dV63O5lqgM",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_JqSvXCKxAfungZuECdvE91Kw",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_23WRIrHGU36iECmGK5iHCAAJ",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"marketing documents\"}"
|
||||
}
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"id": "call_WvfMjaowll1M9Wj78NvoaEPu",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"sales documents\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_qzY7B7EArJwpMqLVer8kcAey",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_uy4RL1d6RPGFQ0dV63O5lqgM",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_u8kC9t9arrSV758kavJmcZE7",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"marketing documents\"}"
|
||||
}
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"id": "call_jnsNgiHFvrr6kNsUUFsiCSdh",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"sales documents\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_e9va2TPHaw7wGHW4FVbhLLGF",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"latest news updates from the US\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Fvpcub7CINR4M4mne3NrqPSh",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"marketing documents examples\"}"
|
||||
}
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"id": "call_nNONu48z4o4psZIlHNDbWIe6",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"sales documents examples\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_toDXiP4WpUNQvvvLkTGEbQAr",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"latest engineering updates US 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Vdxnbo2D8ds3BuKCon8XUt9P",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing updates October 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 4 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 4 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_VzhRQtH0teqW2q0yoXgqCuxr",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 0 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 0 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_a9Kxt1z020OLhioOdi8pVAl6",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"events in Q1 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"id": "call_XJHVfGOgINI5ssxdPEkIzNGn",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
@ -454,7 +454,7 @@
|
|||
"id": "call_yU3cSA6ZVa05x581uiSYW8De",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_90pCu8l9ITbz463ZJxhGGKm3",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_yrecP7RchFwSrzeZd9oqtJEN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing updates\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 4 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 4 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_gaVvfdNi1X9Ejqz6X9cirf8K",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Latest updates from the US\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_Zb3UPWm2DOVVTce3d5Uo21FX",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_PfY7bcXP30PsqQxRzUa1peOc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Q1 2023 events\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_4ac6gxccWFxDvEl8BizY3BJw",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_toDXiP4WpUNQvvvLkTGEbQAr",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_FzhOmTdZThRndI5rSASPdAqr",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_yrecP7RchFwSrzeZd9oqtJEN",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Vdxnbo2D8ds3BuKCon8XUt9P",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing updates October 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 4 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 4 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_FXrWAHPlbBXnOQtYpUoZH41a",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 0 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 0 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_UKFNZA0eSkL6fZHbs8ygBd5W",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_YkpKfL9mwbGk2BLqNDoaFrO0",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_zS2WxgXWetjnlPt2MzH9Asrc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_M8gyYiB39MwYdJKc4aHIGbfA",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_4ac6gxccWFxDvEl8BizY3BJw",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_rmMfpryevUEhVly9yXhlsVG0",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture details\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_a9Kxt1z020OLhioOdi8pVAl6",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_54ZqtMaB74gGLhQoT5Kxe1KN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing reports\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Zb3UPWm2DOVVTce3d5Uo21FX",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_qzY7B7EArJwpMqLVer8kcAey",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_1ALB4oPNgIKUK5psXuwbr75h",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture details\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_90pCu8l9ITbz463ZJxhGGKm3",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_oDB87lp9gQBu3Xr5LRKtgKvc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"US news updates\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_tH5vt4iTTESjlL0vKwDKKLtU",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"latest updates from the US region\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_FzhOmTdZThRndI5rSASPdAqr",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
"id": "call_0ABjXmEaManGBvCYVZD4QgMt",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_XJHVfGOgINI5ssxdPEkIzNGn",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"marketing documents examples\"}"
|
||||
}
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"id": "call_yU3cSA6ZVa05x581uiSYW8De",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"sales documents examples\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_cpbC1lb0MlCcVyxpYT10GvpE",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"engineering updates United States October 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_oDB87lp9gQBu3Xr5LRKtgKvc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"US news updates\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_9Ofp0Uepi3uOnEmuFtm9yvCU",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Fvpcub7CINR4M4mne3NrqPSh",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"marketing documents examples\"}"
|
||||
}
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"id": "call_nNONu48z4o4psZIlHNDbWIe6",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\": \"sales documents examples\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 3 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 3 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_ymvqIkud4SsWScbsp71WX2Dv",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_sfoVogRyIflBvHjg8G9ZZ52v",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_9VwRE1rGyuqq0lSoaOwqpufL",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Q1 2023 events\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Zb3UPWm2DOVVTce3d5Uo21FX",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_toDXiP4WpUNQvvvLkTGEbQAr",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"latest engineering updates US 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_yrecP7RchFwSrzeZd9oqtJEN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing updates\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 4 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 4 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_xmBCIHb34NLfvnRnt1wDXjie",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"engineering updates US October 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_rST37XuKuJQcEBfmoTnNQzNe",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_zKJ7WgvCO3tx6yB0We1qI0d8",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_tH5vt4iTTESjlL0vKwDKKLtU",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"latest updates from the US region\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_FzhOmTdZThRndI5rSASPdAqr",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_54ZqtMaB74gGLhQoT5Kxe1KN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing reports\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_54ZqtMaB74gGLhQoT5Kxe1KN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing reports\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_9Ofp0Uepi3uOnEmuFtm9yvCU",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_oijotTqrVfTYc1H7Ty7OAMHx",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_54ZqtMaB74gGLhQoT5Kxe1KN",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_zS2WxgXWetjnlPt2MzH9Asrc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_zS2WxgXWetjnlPt2MzH9Asrc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_65UIUP8qaZGeNNTjOTONwYKj",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_GHhSA4uy7xx4lAEYna2NMOtp",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_zS2WxgXWetjnlPt2MzH9Asrc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_J4eyujP9xEVkz9liKEOoNMcC",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_UVmJRK8x8PZSXaGMP8YkWUTN",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_9Ofp0Uepi3uOnEmuFtm9yvCU",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_Zb3UPWm2DOVVTce3d5Uo21FX",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_9Ofp0Uepi3uOnEmuFtm9yvCU",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_sAUKkfhm8BVYy8iVEtPfbhJq",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_90pCu8l9ITbz463ZJxhGGKm3",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_aPe1vS1v5bIwPgl789D5bfmW",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_sfoVogRyIflBvHjg8G9ZZ52v",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing reports\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_PfY7bcXP30PsqQxRzUa1peOc",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Q1 2023 events\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_zS2WxgXWetjnlPt2MzH9Asrc",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_gaVvfdNi1X9Ejqz6X9cirf8K",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_a9Kxt1z020OLhioOdi8pVAl6",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"events in Q1 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
"id": "call_CwdXa6wdMO3Jbh0oB3NNlIjE",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"key global events Q1 2023\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_zKJ7WgvCO3tx6yB0We1qI0d8",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_UVmJRK8x8PZSXaGMP8YkWUTN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
"id": "call_5D3edO8yoUmeC523679kcOAC",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_sfoVogRyIflBvHjg8G9ZZ52v",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"marketing reports\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_9VwRE1rGyuqq0lSoaOwqpufL",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Q1 2023 events\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 2 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 2 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"id": "call_UVmJRK8x8PZSXaGMP8YkWUTN",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model number of experts\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"id": "call_5D3edO8yoUmeC523679kcOAC",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"arguments": "{\"query\":\"Llama 4 Maverick model architecture\"}"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"content": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "knowledge_search tool found 1 chunks:\nBEGIN of knowledge_search tool results.\n"
|
||||
"text": "file_search tool found 1 chunks:\nBEGIN of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "END of knowledge_search tool results.\n"
|
||||
"text": "END of file_search tool results.\n"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_n64EzCBu9K9VmDVOpVCOz92n",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"id": "call_xmBCIHb34NLfvnRnt1wDXjie",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_Vdxnbo2D8ds3BuKCon8XUt9P",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "knowledge_search",
|
||||
"name": "file_search",
|
||||
"description": "Search for information in a database.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"id": "call_sAUKkfhm8BVYy8iVEtPfbhJq",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "knowledge_search"
|
||||
"name": "file_search"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue