Giter VIP home page Giter VIP logo

talkbase's Issues

作为用户,期待结合表头给一下比较切合场景的示例输入

例如:

根据下面的类型文件结构,判断出此表格的作用后,假设出恰当情景,用人类的自然语言给一个示例输入以确保可以解析出大部分字段数据,不超过20字。
Q: export interface food {
size: "大份" | "中份" | "小份";
meat: string;
staple_food: "米饭" | "面条" | "饺子";
full_content: string;
spicy: "不要辣" | "微辣";
}
A:大份牛肉粒炒饭,加份辣子

Q : export interface hobby {
raw_input: string;
fruits: ("橘子" | "苹果" | "菠萝")[];
}
A: 我一般喜欢吃点橘子和苹果

Q:  export interface SentimentResponse {
content: string;
sentiment: "negative" | "neutral" | "positive";
}
A : 

希望可以兼容更多的多维表格字段 Hope to be compatible with more multidimensional table fields

  • 多行文本 content
  • 超链接 Hyperlink
  • 单选 single choice (need define option in advance)
  • 多选 multiple choice (need define option in advance)
  • 人员 people
  • 日期 date
  • 数字 number
  • 评分 score
  • 进度 precent
  • 货币 money
  • 复选框 radio
  • 电话号码 phone number
  • 地理位置 position
  • 单向关联
  • 双向关联

多维表格参考开发资料
https://bytedance.feishu.cn/docx/HjCEd1sPzoVnxIxF3LrcKnepnUf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.