Documentation
¶
Index ¶
- type Threads
- func (t *Threads) Analyze(postIDToAnalyze string, context *llm.Context, promptName string) (*llm.TextStreamResult, error)
- func (t *Threads) FindActionItems(threadRootID string, context *llm.Context) (*llm.TextStreamResult, error)
- func (t *Threads) FindOpenQuestions(threadRootID string, context *llm.Context) (*llm.TextStreamResult, error)
- func (t *Threads) FollowUpAnalyze(postIDToAnalyze string, context *llm.Context, promptName string) ([]llm.Post, error)
- func (t *Threads) Summarize(threadRootID string, context *llm.Context) (*llm.TextStreamResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Threads ¶
type Threads struct {
// contains filtered or unexported fields
}
func (*Threads) FindActionItems ¶
func (*Threads) FindOpenQuestions ¶
func (*Threads) FollowUpAnalyze ¶
Click to show internal directories.
Click to hide internal directories.