Simple React AI Agent with Azure OpenAI > Introduction to Simple React AI Agent with Azure OpenAI recipe > Simple React AI Agent with Azure OpenAI contents
  

Simple React AI Agent with Azure OpenAI contents

The Simple React AI Agent with Azure OpenAI recipe contains a service connector, app connection, and process.
The Simple React AI Agent with Azure OpenAI recipe contents, which include the AzureOpenAI and GoogleSearchAPIconnection app connections, the GoogleAPIConnector service connector, and four processes.

Simple React AI Agent with Azure OpenAI recipe assets

The following table describes the assets that the Simple React AI Agent with Azure OpenAI recipe package contains:
Asset Name
Asset Type
Description
AzureOpenAISearchConnection
App connection
Azure connection.
GoogleSearchAPIConnection
App connection
Google Search API connection.
GoogleAPIConnector
Service connector
Custom service connector to connect to the Google Search API.
Search Tool
Process
Sends search requests using the Google Search API.
Action Detail Extractor
Process
Extracts the action from the LLM answer, checks for the final answer, verifies that the run time doesn't exceed 50 seconds, and monitors the number of times the process is called.
Search Tool Workflow
Process
Orchestrates the workflow based on the LLM response.
Prompt AzureOpenAI
Process
Calls the LLM and extracts the text for different response types, such as Python, JSON, SQL, and SOQL.