mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
rm explanation
This commit is contained in:
parent
bceccdfff3
commit
cd15d39629
1 changed files with 0 additions and 14 deletions
|
|
@ -1,17 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
This script is designed to classify intentions from complete conversation content.
|
||||
|
||||
Usage:
|
||||
This script can be used to classify intentions from a conversation. It utilizes models for detecting intentions
|
||||
from the text provided and categorizes them accordingly. If the intention of certain words or phrases is unclear,
|
||||
it prompts the user for clarification.
|
||||
|
||||
Dependencies:
|
||||
This script depends on the metagpt library, pydantic, and other utilities for message parsing and interaction.
|
||||
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue