Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / Citation

Class: Citation

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:566

Citation for text responses

Constructors

Constructor

new Citation(): Citation

Returns

Citation

Properties

cited_text

cited_text: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:579


document_index

document_index: number = 0

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:586


document_title?

optional document_title: string

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:592


end_char_index

end_char_index: number = 0

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:606


start_char_index

start_char_index: number = 0

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:599


type

type: string = 'char_location'

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:572

Licensed under BUSL-1.1