Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions connectors/stackoverflow/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
availability: VALIDATED
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Stack_Overflow_icon.svg/1200px-Stack_Overflow_icon.svg.png
logo: https://raw.githubusercontent.com/moveworks/developer-docs/de38daebf7d3593f17d565191fc6cc03164e6dac/connectors/stackoverflow/logo.png
name: Stack Overflow
---

Expand All @@ -11,7 +11,7 @@ Integrating Stack Overflow with Agent Studio enables seamless access to valuable
# **Prerequisites**

- A **Service account with Admin privileges** is necessary.
- Stack Overflow Enterprise Plan.
- Stack Internal (Enterprise) Plan.

## FOR READ ONLY USECASES (eg. Search questions, answers and comments)

Expand Down
Binary file modified connectors/stackoverflow/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions plugins/stackoverflow-search-question/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
availability: INSTALLABLE
description: A plugin that allows the user to look for questions on Stack overflow
description: A plugin that allows the user to look for questions on Stack Overflow
directly through chat interface.
installation_asset_uuid: c58b6d4e-c694-449d-875b-036c8986414a
name: Search for a question
Expand All @@ -13,12 +13,12 @@ systems:

# **Introduction**

The **Search a Question on StackOverflow for Teams** plugin enhances the Moveworks AI Assistant by allowing users to search through their organization’s private Stack Overflow for Teams knowledge base directly from their chat interface. This integration empowers team members to quickly access proprietary programming solutions, best practices, and expert advice tailored specifically to their organization, all without leaving the Moveworks environment.
The **Search a Question on StackOverflow Internal** plugin enhances the Moveworks AI Assistant by allowing users to search their Stack Internal directly from their chat interface. This integration empowers team members to quickly access proprietary programming solutions, best practices, and expert advice tailored specifically to their organization, all without leaving the Moveworks environment.

# Prerequisites

- Access to Agent Studio
- [Stackoverflow Connector](https://developer.moveworks.com/creator-studio/resources/connector/?id=stackoverflow) set up in Creator Studio.
- [Stack Overflow Connector](https://developer.moveworks.com/creator-studio/resources/connector/?id=stackoverflow) set up in Creator Studio.

# What are we building?

Expand All @@ -28,7 +28,7 @@ This [purple chat](https://developer.moveworks.com/creator-studio/developer-tool

# Installation Steps

While you can create a connector during plugin installation, we do recommend that you create a connector in Agent Studio before installing this plugin to streamline the process. Please follow our [**Stackoverflow Connector Guide**](https://developer.moveworks.com/creator-studio/resources/connector/?id=stackoverflow) to do so. Once you have done this, simply follow our plugin installation documentation to get your plugin installed in minutes.
While you can create a connector during plugin installation, we do recommend that you create a connector in Agent Studio before installing this plugin to streamline the process. Please follow our [**Stack Overflow Connector Guide**](https://developer.moveworks.com/creator-studio/resources/connector/?id=stackoverflow) to do so. Once you have done this, simply follow our plugin installation documentation to get your plugin installed in minutes.

# Appendix

Expand All @@ -38,7 +38,7 @@ curl --request GET "https://{your_organisation}.stackenterprise.co/api/2.3/searc
```

- **URL and Query Parameters:**
- **`https://{your_organisation}.stackenterprise.co/api/2.3/search`**: The base URL for the search API endpoint, customized with your organization's Stack Overflow for Teams subdomain.
- **`https://{your_organisation}.stackenterprise.co/api/2.3/search`**: The base URL for the search API endpoint, customized with your organization's Stack Internal subdomain.
- **`filter=!6WPIomnMOOD*e`**: Specifies a filter to adjust the fields included in the results.
- How to create your ow filter :
- Step 1 : Go on [https://api.stackexchange.com/docs/search](https://api.stackexchange.com/docs/search) and click on the default filter [edit].
Expand Down
Loading