Build a weather app with a tool call.
Step | Node Name | Type | Purpose |
---|---|---|---|
1 | create_system | create_messages | Sets a system prompt for the LLM |
2 | user_messages | create_messages | Takes in the user input as a message |
3 | all_messages | insert_messages | Combines user prompt and system messages |
4 | get_my_weather | tool_generation | Makes a tool call to the weather API to get the weather |