@promptbook/remote-server
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -1,5 +0,5 @@ | ||
import { Prompt } from '../../../../types/Prompt'; | ||
import { NaturalExecutionTools } from '../../../NaturalExecutionTools'; | ||
import { PromptChatResult, PromptCompletionResult } from '../../../PromptResult'; | ||
import { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions'; | ||
import type { Prompt } from '../../../../types/Prompt'; | ||
import type { NaturalExecutionTools } from '../../../NaturalExecutionTools'; | ||
import type { PromptChatResult, PromptCompletionResult } from '../../../PromptResult'; | ||
import type { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions'; | ||
/** | ||
@@ -6,0 +6,0 @@ * Execution Tools for calling OpenAI API. |
@@ -11,2 +11,7 @@ import { string_token } from '../../../.././types/typeAliases'; | ||
openAiApiKey: string_token; | ||
/** | ||
* A unique identifier representing your end-user, which can help OpenAI to monitor | ||
* and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids). | ||
*/ | ||
user?: string_token; | ||
} |
{ | ||
"name": "@promptbook/remote-server", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -41,3 +41,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.10.0" | ||
"@promptbook/core": "0.11.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "main": "./umd/index.umd.js", |
@@ -1,5 +0,5 @@ | ||
import { Prompt } from '../../../../types/Prompt'; | ||
import { NaturalExecutionTools } from '../../../NaturalExecutionTools'; | ||
import { PromptChatResult, PromptCompletionResult } from '../../../PromptResult'; | ||
import { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions'; | ||
import type { Prompt } from '../../../../types/Prompt'; | ||
import type { NaturalExecutionTools } from '../../../NaturalExecutionTools'; | ||
import type { PromptChatResult, PromptCompletionResult } from '../../../PromptResult'; | ||
import type { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions'; | ||
/** | ||
@@ -6,0 +6,0 @@ * Execution Tools for calling OpenAI API. |
@@ -11,2 +11,7 @@ import { string_token } from '../../../.././types/typeAliases'; | ||
openAiApiKey: string_token; | ||
/** | ||
* A unique identifier representing your end-user, which can help OpenAI to monitor | ||
* and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids). | ||
*/ | ||
user?: string_token; | ||
} |
298907
4251