mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 01:04:55 +02:00
format
This commit is contained in:
@@ -22,7 +22,8 @@ export const BROWSER_INFO_NOTE = `This environment is browser-only, it cannot re
|
||||
export function buildBrowserInfoToolDefinition(): OpenAIToolDefinition {
|
||||
return {
|
||||
function: {
|
||||
description: 'Get runtime info (OS name), may call when user asks about local files or shell commands',
|
||||
description:
|
||||
'Get runtime info (OS name), may call when user asks about local files or shell commands',
|
||||
name: BROWSER_INFO_TOOL_NAME,
|
||||
parameters: {
|
||||
properties: {},
|
||||
|
||||
Reference in New Issue
Block a user