# Introduction

### Whats New in 3.0.0

In version 3.0.0 a widget named Contextual Chat can be configured which allows the user to create a chat application within the Wingman widget. The contextual chat widget helps the user generate content with respect to the article. The user can ask questions about the text that is written in the writer body and the response from the AI service will be available in the contextual chat.

This enables:

{% stepper %}
{% step %}
A user can generate responses based on the article text which is beyond the defined Wingman widgets.
{% endstep %}

{% step %}
A user can use this widget to get search results within the content that is written inside the writer body.
{% endstep %}
{% endstepper %}

Exceptions:

{% stepper %}
{% step %}
Recommended to be used with AWS Bedrock's Sonnet 3.5 Model or above.
{% endstep %}

{% step %}
The widget will not respond to context beyond the text in the writer body.
{% endstep %}
{% endstepper %}

Reference: <https://docs.navigaglobal.com/wingman#whats-new-in-3.0.0>

***

### Module List

|  # | Widget Name        | Function                                                                                                                                            | Powered By             | Supported Up To |
| -: | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | --------------: |
|  1 | Headline Generator | Generate headline/title of text written in writer body                                                                                              | ChatGPT or AWS Bedrock |   Version 1.3.0 |
|  2 | Summarizer         | Create summary from text written in writer body or text entered manually in text field. Added feature to select tones before generating the summary | ChatGPT or AWS Bedrock |   Version 1.3.0 |
|  3 | Generic            | Write your own custom prompt to generate any result from the text in writer body                                                                    | ChatGPT or AWS Bedrock |           2.0.0 |
|  4 | xpath              | Configure widget node paths to writer body node components                                                                                          | ChatGPT or AWS Bedrock |           2.1.0 |
|  5 | Contextual Chat    | Configure chat box for generating responses with respect to writer body                                                                             | ChatGPT or AWS Bedrock |           3.0.0 |

Functional details: <https://docs.navigaglobal.com/wingman/functional-details>
