KnowledgeBaseActivityRecordModel interface
Represents the model used for a knowledge base LLM activity, including its model name and deployment identifier.
Properties
| deployment |
The deployment identifier of the model used for the activity. |
| model |
The name of the model used for the activity. |
Property Details
deploymentId
The deployment identifier of the model used for the activity.
deploymentId?: string
Property Value
string
modelName
The name of the model used for the activity.
modelName: string
Property Value
string