API
API
Interfaces
PivotAIModel

PivotAIModel

subinterfaces AIRemoteModel

피벗에 연결되는 LLM 모델의 공통 인터페이스.

Properties

description: string (opens in a new tab) readonly

default: undefined

developerContext: string (opens in a new tab) readonly

default: undefined

label: string (opens in a new tab) readonly

default: undefined

name: string (opens in a new tab) readonly

default: undefined

systemContext: string (opens in a new tab) readonly

호출 측(피벗)이 설정하는 시스템 컨텍스트.
데이터 필드 메타·동작 지시문 등을 담으며, LLM 호출 시 system 메시지로 사용된다.

default: undefined

tools: Array (opens in a new tab)<AIToolSchema> readonly

모델에 등록된 도구 목록.

default: undefined