chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
type: foundry_agent
|
||||
name: FunctionCallingAgent
|
||||
description: This agent uses the provided functions to answer questions about the menu.
|
||||
instructions: Use the provided functions to answer questions about the menu.
|
||||
model:
|
||||
id: ${AzureAI:ChatModelId}
|
||||
connection:
|
||||
endpoint: ${AzureAI:Endpoint}
|
||||
options:
|
||||
temperature: 0.4
|
||||
tools:
|
||||
- id: MenuPlugin.get_specials
|
||||
type: function
|
||||
- id: MenuPlugin.get_item_price
|
||||
type: function
|
||||
@@ -0,0 +1,16 @@
|
||||
type: azure_assistant
|
||||
name: Host
|
||||
description: This agent uses the provided functions to answer questions about the menu.
|
||||
instructions: Use the provided functions to answer questions about the menu.
|
||||
model:
|
||||
id: ${AzureOpenAI:ChatModelId}
|
||||
connection:
|
||||
connection:
|
||||
endpoint: ${AzureOpenAI:Endpoint}
|
||||
options:
|
||||
temperature: 0.4
|
||||
tools:
|
||||
- id: MenuPlugin.get_specials
|
||||
type: function
|
||||
- id: MenuPlugin.get_item_price
|
||||
type: function
|
||||
@@ -0,0 +1,16 @@
|
||||
type: azure_responses
|
||||
name: Host
|
||||
description: This agent uses the provided functions to answer questions about the menu.
|
||||
instructions: Use the provided functions to answer questions about the menu.
|
||||
model:
|
||||
id: ${AzureOpenAI:ChatModelId}
|
||||
connection:
|
||||
connection:
|
||||
endpoint: ${AzureOpenAI:Endpoint}
|
||||
options:
|
||||
temperature: 0.4
|
||||
tools:
|
||||
- id: MenuPlugin.get_specials
|
||||
type: function
|
||||
- id: MenuPlugin.get_item_price
|
||||
type: function
|
||||
@@ -0,0 +1,15 @@
|
||||
type: openai_assistant
|
||||
name: Host
|
||||
description: This agent uses the provided functions to answer questions about the menu.
|
||||
instructions: Use the provided functions to answer questions about the menu.
|
||||
model:
|
||||
id: ${OpenAI:ChatModelId}
|
||||
connection:
|
||||
api_key: ${OpenAI:ApiKey}
|
||||
options:
|
||||
temperature: 0.4
|
||||
tools:
|
||||
- id: MenuPlugin.get_specials
|
||||
type: function
|
||||
- id: MenuPlugin.get_item_price
|
||||
type: function
|
||||
@@ -0,0 +1,15 @@
|
||||
type: openai_responses
|
||||
name: Host
|
||||
description: This agent uses the provided functions to answer questions about the menu.
|
||||
instructions: Use the provided functions to answer questions about the menu.
|
||||
model:
|
||||
id: ${OpenAI:ChatModelId}
|
||||
connection:
|
||||
api_key: ${OpenAI:ApiKey}
|
||||
options:
|
||||
temperature: 0.4
|
||||
tools:
|
||||
- id: MenuPlugin.get_specials
|
||||
type: function
|
||||
- id: MenuPlugin.get_item_price
|
||||
type: function
|
||||
Reference in New Issue
Block a user