Huggingface.js文档

类别:HfAgent

Hugging Face's logo
加入Hugging Face社区

并获取增强型文档体验

开始

类: HfAgent

构造函数

constructor

new HfAgent(accessToken?, LLM?, tools?): HfAgent

参数

名称 类型 默认值
accessToken string ""
LLM? LLM undefined
tools? Tool[] undefined

返回值

HfAgent

定义于

HfAgent.ts:14

属性

accessToken

私有 accessToken: string

定义于

HfAgent.ts:10


llm

私有 llm: LLM

定义于

HfAgent.ts:11


tools

私有 tools: Tool[]

定义于

HfAgent.ts:12

方法

evaluateCode

evaluateCode(code, files?): Promise<Update[]>

参数

名称 类型
code string
files? FileList

返回值

Promise<Update[]>

定义在

HfAgent.ts:31


generateCode

generateCode(prompt, files?): Promise<string>

参数

名称 类型
prompt string
files? FileList

返回值

Promise<string>

定义于

HfAgent.ts:27


generatePrompt

generatePrompt(prompt, files?): string

参数

名称 类型
prompt string
files? FileList

返回值

string

定义在

HfAgent.ts:20


运行

运行(prompt, files?): Promise<Update[]>

参数

名称 类型
prompt string
files? FileList

返回值

Promise<Update[]>

定义于

HfAgent.ts:51

< > GitHub上更新