Skip to content

Commit

Permalink
🐛 Fix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpiac committed Oct 16, 2023
1 parent 637b05a commit 3ded0e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const onboardingPythonCode = (params: {
agentId: string;
}) => `\`\`\`python
# pip install agentlabs-sdk
from agentlabs.chat import IncomingChatMessage, MessageFormat
from agentlabs.project import Agent, Project
from agentlabs.chat import IncomingChatMessage
from agentlabs.project import Project
def handle_message(message: IncomingChatMessage):
if message.text == "ping":
Expand Down

0 comments on commit 3ded0e3

Please sign in to comment.