package skill // DefaultChatbotInputName is the input-param name a chatbot-exposed skill // receives the user's message under when its schema doesn't name one. Moved // from mort's chatbot_provider.go (a host concern) as a host-agnostic default. const DefaultChatbotInputName = "request"