We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d52be commit e7b4535Copy full SHA for e7b4535
sdk/src/__tests__/run.integration.test.ts
@@ -6,6 +6,7 @@ import { CodebuffClient } from '../client'
6
describe('Prompt Caching', () => {
7
it('should be cheaper on second request', async () => {
8
const filler =
9
+ `Run UUID: ${crypto.randomUUID()} ` +
10
'Ignore this text. This is just to make the prompt longer. '.repeat(500)
11
const prompt = 'respond with "hi"'
12
0 commit comments