ActionPlannerPromptFactory type   
Factory function used to create a prompt template.
type ActionPlannerPromptFactory<TState> = (
  context: TurnContext,
  state: TState,
  planner: ActionPlanner<TState>
) => Promise<PromptTemplate>