Skip to content

Commit

Permalink
warnings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Oct 14, 2023
1 parent a7abd82 commit 4b3544d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule LangChainDemoWeb.AgentChatLive.Agent.FitnessLogsTool do
require Logger
alias LangChain.Function
alias LangChainDemo.FitnessLogs
alias LangChainDemo.FitnessLogs.FitnessLog

@doc """
Return the functions used for operating on a user's FitnessLogs.
Expand Down
1 change: 0 additions & 1 deletion lib/langchain_demo_web/live/agent_chat_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ defmodule LangChainDemoWeb.AgentChatLive.Index do
alias LangChainDemoWeb.AgentChatLive.Agent.UpdateCurrentUserFunction
alias LangChainDemoWeb.AgentChatLive.Agent.FitnessLogsTool
alias LangChainDemo.FitnessUsers
alias LangChainDemo.FitnessUsers.FitnessUser
alias LangChainDemo.FitnessLogs

@impl true
Expand Down

0 comments on commit 4b3544d

Please sign in to comment.