microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
349 stars 142 forks source link

[Dev support]: Is there option for configuring Prompt starters #1775

Closed asith-w closed 12 hours ago

asith-w commented 6 days ago

Question

Hello All,

I would like to know about Prompt starters such as below image.

is it possible to set those pre built commands via teams-ai library when user open the chat bot like copilot ?

also , If I want to give personalize suggested prompts based on conversation history, context, user profile and org , should I implement it manually or is there any built-in option ?

image

thanks

corinagum commented 4 days ago

@Carter425 could you or Yoga or @govil1811 provide link to public documentation? Not sure what Yoga's GitHub username is.

Carter425 commented 4 days ago

I would like to know about Prompt starters such as below image.

is it possible to set those pre built commands via teams-ai library when user open the chat bot like copilot ? This feature and the docs are coming very soon. It will be possible and encouraged to utilize it with the Teams AI Library.

also , If I want to give personalize suggested prompts based on conversation history, context, user profile and org , should I implement it manually or is there any built-in option ?

Prompt starters based on the above would need some custom logic to implement based on those criteria.

asith-w commented 12 hours ago

@Carter425 @corinagum
Thank you for the information