threads

package
v1.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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 New

func New(
	llm llm.LanguageModel,
	prompts *llm.Prompts,
	client mmapi.Client,
) *Threads

func (*Threads) Analyze

func (t *Threads) Analyze(postIDToAnalyze string, context *llm.Context, promptName string) (*llm.TextStreamResult, error)

func (*Threads) FindActionItems

func (t *Threads) FindActionItems(threadRootID string, context *llm.Context) (*llm.TextStreamResult, error)

func (*Threads) FindOpenQuestions

func (t *Threads) FindOpenQuestions(threadRootID string, context *llm.Context) (*llm.TextStreamResult, error)

func (*Threads) FollowUpAnalyze

func (t *Threads) FollowUpAnalyze(postIDToAnalyze string, context *llm.Context, promptName string) ([]llm.Post, error)

func (*Threads) Summarize

func (t *Threads) Summarize(threadRootID string, context *llm.Context) (*llm.TextStreamResult, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL