execution+configDefault: retrofit for tooll_calls api
This commit is contained in:
parent
370b7623b5
commit
67a6e4d486
2 changed files with 10 additions and 6 deletions
|
@ -16,7 +16,7 @@ export interface IConfigRequired {
|
|||
/** Messages to append at the start of every chat history when sending to API */
|
||||
systemPrompt(context: Message): OpenAIMessage[];
|
||||
/** OpenAI model config */
|
||||
readonly chatCompletionParams: Omit<ChatCompletionRequestData, "messages" | "function_call" | "functions" | "n">;
|
||||
readonly chatCompletionParams: Omit<ChatCompletionRequestData, "messages" | "function_call" | "tool_call" | "functions" | "n">;
|
||||
/** Limits for message selection */
|
||||
readonly readLimits: {
|
||||
/** Maximum message age to include (in miliseconds) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue