Skip to content

Commit

Permalink
schema: remove leftover doc comment part (tmc#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben authored Apr 17, 2024
1 parent 34f0f1a commit 8707e51
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions schema/doc.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Package schema implements a shared core set of data types for use in
// langchaingo.
//
// The primary interface through which end users interact with LLMs is a chat
// interface. For this reason, some model providers have started providing
// access to the underlying API in a way that expects chat messages. These
// messages have a content field (which is usually text) and are associated
// with a user (or role). Right now the supported users are System, Human, AI,
// and a generic/arbitrary user.
package schema

0 comments on commit 8707e51

Please sign in to comment.