Skip to content

Commit 2196c24

Browse files
sabrennermkdev10
andauthored
llmobs.AnnotationOptions typo (#5418)
fix llmobs.AnnotationOptions comment Co-authored-by: k.masachika <138270651+mkdev10@users.noreply.github.com>
1 parent 47f5ac9 commit 2196c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ declare namespace tracer {
23472347
* ```javascript
23482348
* llmobs.trace({ kind: 'llm', name: 'myLLM', modelName: 'gpt-4o', modelProvider: 'openai' }, () => {
23492349
* llmobs.annotate({
2350-
* inputData: [{ content: 'system prompt, role: 'system' }, { content: 'user prompt', role: 'user' }],
2350+
* inputData: [{ content: 'system prompt', role: 'system' }, { content: 'user prompt', role: 'user' }],
23512351
* outputData: { content: 'response', role: 'ai' },
23522352
* metadata: { temperature: 0.7 },
23532353
* tags: { host: 'localhost' },

0 commit comments

Comments
 (0)