You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the first version of the agent section for the workflow.
apiVersion: beehive/v1alpha1kind: Agentmetadata:
name: hot-or-notlabels:
app: mas-examplespec:
model: meta-llama/llama-3-1-70b-instructdescription: Is the current temperature hotter than usual?tools:
- code_interpreter
- weatherinstructions: The user will give you a temperature in Fahrenheit and a location. Use the OpenMateo weather tool to find the average monthly temperature for the location. Answer if the temperature provided by the user is hotter or colder than the average found by the tool.
Create the first version of the agent section for the workflow.
CC: @planetf1 @akihikokuroda @psschwei
The text was updated successfully, but these errors were encountered: