Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-nodes / Citation

Class: Citation

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

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:842


document_index

document_index: number = 0

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


document_title?

optional document_title: string

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


end_char_index

end_char_index: number = 0

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


start_char_index

start_char_index: number = 0

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


type

type: string = 'char_location'

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

Licensed under BUSL-1.1