Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / Citation

Class: Citation

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:542

Citation for text responses

Constructors

Constructor

new Citation(): Citation

Returns

Citation

Properties

cited_text

cited_text: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:555


document_index

document_index: number = 0

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:562


document_title?

optional document_title: string

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:568


end_char_index

end_char_index: number = 0

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:582


start_char_index

start_char_index: number = 0

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:575


type

type: string = 'char_location'

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:548

Licensed under BUSL-1.1