KnowledgeBaseModelWebSummarizationActivityRecord interface

Represents an LLM web summarization activity record.

Extends

Properties

inputTokensCount

The number of input tokens for the LLM web summarization activity.

outputTokensCount

The number of output tokens for the LLM web summarization activity.

type

The discriminator value.

Inherited Properties

elapsedInMs

The elapsed time in milliseconds for the retrieval activity.

error

The error detail explaining why the operation failed. This property is only included when the activity does not succeed.

id

The ID of the activity record.

Property Details

inputTokensCount

The number of input tokens for the LLM web summarization activity.

inputTokensCount?: number

Property Value

number

outputTokensCount

The number of output tokens for the LLM web summarization activity.

outputTokensCount?: number

Property Value

number

type

The discriminator value.

type: "modelWebSummarization"

Property Value

"modelWebSummarization"

Inherited Property Details

elapsedInMs

The elapsed time in milliseconds for the retrieval activity.

elapsedInMs?: number

Property Value

number

Inherited From KnowledgeBaseActivityRecord.elapsedInMs

error

The error detail explaining why the operation failed. This property is only included when the activity does not succeed.

error?: KnowledgeBaseErrorDetail

Property Value

Inherited From KnowledgeBaseActivityRecord.error

id

The ID of the activity record.

id: number

Property Value

number

Inherited From KnowledgeBaseActivityRecord.id