[]
        
立即下载
(Showing Draft Content)

Forguncy.Forguncy.Plugin.OpenAICallRequestParams

接口: OpenAICallRequestParams

Forguncy.Plugin.OpenAICallRequestParams

OpenAI调用函数的参数

属性

chats

chats: ChatMessageParam[]

对话内容。


dataSources

Optional dataSources: string

数据源。


functionList

Optional functionList: string

函数列表。


listviewValues

Optional listviewValues: Object

表格数据。

Index signature

▪ [listviewName: string]: { [col: string]: any; }[]


mcpServices

Optional mcpServices: string[]

可用的MCP服务列表。


modelName

modelName: string

AI模型名称。


paramsValues

Optional paramsValues: Object

参数列表。

Index signature

▪ [param: string]: any


systemPrompt

systemPrompt: string

系统提示词。


timeout

Optional timeout: number

超时


userPrompt

userPrompt: string

用户提示词。