|
名稱 |
類型 |
描述 |
樣本值 |
|---|---|---|---|
|
object |
AI 助手可調用函數的定義 |
||
| Name |
string |
函數名稱 |
search_file |
| Arguments |
string |
由 LLM 識別的實參列表 |
{ "type": "object", "name": { "type": "string", "description": "需要檢索的檔案的檔案名稱。可以為空白 null" }, "required": [ "category" ] } |