FunctionBaseCard({
image,
header,
secondaryText,
description,
action,
helpText,
helpLink,
})
src/chat-copilot/webapp/src/components/open-api-plugins/cards/BaseCard.tsx:48
FunctionChat({
classes,
appState,
setAppState,
challengeName,
description,
features,
showDescr
src/chat-copilot/webapp/src/App.tsx:183
FunctionChatListItem({
id,
header,
timestamp,
preview,
botProfilePicture,
isSelected,
})
src/chat-copilot/webapp/src/components/chat/chat-list/ChatListItem.tsx:93
FunctionPlanStepInput({
input,
onEdit,
enableEdits,
validationErrors,
setValidationErrors,
})
src/chat-copilot/webapp/src/components/chat/plan-viewer/PlanStepInput.tsx:56
FunctionPluginConnector({
name,
icon,
publisher,
authRequirements,
apiProperties,
isHosted,
})
src/chat-copilot/webapp/src/components/open-api-plugins/PluginConnector.tsx:68
FunctionPromptEditor({
chatId,
title,
prompt,
isEditable,
info,
modificationHandler,
})
src/chat-copilot/webapp/src/components/chat/persona/PromptEditor.tsx:53