tako-sdk 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,13 +118,13 @@ import type {
118
118
  ContentsResponse,
119
119
  CreateCardRequest,
120
120
  TakoCard, // card type returned by search() and answer()
121
- KnowledgeCard, // card type returned by createCard()
121
+ ThinVizCard, // card type returned by createCard()
122
122
  AgentRunRequest,
123
123
  AgentStreamEnvelope,
124
124
  } from "tako-sdk";
125
125
  ```
126
126
 
127
- `search` and `answer` return `TakoCard[]` via `SearchResponse.cards` / `AnswerResponse.cards`. `createCard` returns a `KnowledgeCard`.
127
+ `search` and `answer` return `TakoCard[]` via `SearchResponse.cards` / `AnswerResponse.cards`. `createCard` returns a `ThinVizCard`.
128
128
 
129
129
  ## License
130
130