IAdvisorSchema

docDescription: string

Optional description of the advisor documentation

advisorName: string

Name identifier for the advisor

callbacks: IAdvisorCallbacks<T>

Optional callbacks for advisor operations

getChat: (message: T) => Promise<string>

Function to get chat response